#AF8443

Color #AF8443 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #AF8443

Tints of Marigold #AF8443

Color information

#AF8443 (or 0xAF8443) is unknown color: approx Marigold. HEX triplet: AF, 84 and 43. RGB value is (175,132,67). Sum of RGB (Red+Green+Blue) = 175+132+67=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8443 is #507BBC. Grayscale: #898989. Windows color (decimal): -5274557 or 4424879. OLE color: 4424879.

HSL color Cylindrical-coordinate representation of color #AF8443: hue angle of 36.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF8443 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17513267-
CMYK00.250.620.31
HSL36.11º44.63%47.45%-
HSV(B)36.11º61.71%68.63%-
XYZ26.9426.028.91-
YUV137.4588.25154.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 67 (26.56% from 255) = 17.91%
R=46.79%
G=35.29%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751326700.250.620.3136.1144.6347.45
HexAF84430193E1F242d2f
Octal2572041030317637445557
Binary1010111110000100100001101100111111011111100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8443; }

 p { color: rgb(175,132,67); }

 H1.HeaderClassName
 {
   color: #AF8443;
 }
 .AnyTagClassName
 {
   color: #AF8443;
 }
</style>
background-color css

<style>
 a { background-color: #AF8443; }

 a { background-color: rgb(175,132,67); }

 div.DivClassName
 {
   background-color: #AF8443;
 }
 .BgClassName
 {
   background-color: #AF8443;
 }
</style>
border-color css

<style>
 span { border-color: #AF8443; }

 span { border-color: rgb(175,132,67); }

 td.TdClassName
 {
   border-color: #AF8443;
 }
 .TagClassName
 {
   border-color: #AF8443;
 }
</style>