#AF5D09

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

Shades of Golden Brown #AF5D09

Tints of Golden Brown #AF5D09

Color information

#AF5D09 (or 0xAF5D09) is unknown color: approx Golden Brown. HEX triplet: AF, 5D and 09. RGB value is (175,93,9). Sum of RGB (Red+Green+Blue) = 175+93+9=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D09 is #50A2F6. Grayscale: #6C6C6C. Windows color (decimal): -5284599 or 613807. OLE color: 613807.

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

Color convert

RGB175939-
CMYK00.470.950.31
HSL30.36º90.22%36.08%-
HSV(B)30.36º94.86%68.63%-
XYZ21.6416.962.39-
YUV107.9472.17175.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.18%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 9 (3.91% from 255) = 3.25%
R=63.18%
G=33.57%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17593900.470.950.3130.3690.2236.08
HexAF5D902F5F1F1e5a24
Octal25713511057137373613244
Binary10101111101110110010101111101111111111111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D09; }

 p { color: rgb(175,93,9); }

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

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

 a { background-color: rgb(175,93,9); }

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

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

 span { border-color: rgb(175,93,9); }

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