#AF6409

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

Shades of Golden Brown #AF6409

Tints of Golden Brown #AF6409

Color information

#AF6409 (or 0xAF6409) is unknown color: approx Golden Brown. HEX triplet: AF, 64 and 09. RGB value is (175,100,9). Sum of RGB (Red+Green+Blue) = 175+100+9=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6409 is #509BF6. Grayscale: #707070. Windows color (decimal): -5282807 or 615599. OLE color: 615599.

HSL color Cylindrical-coordinate representation of color #AF6409: hue angle of 32.89º 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 #AF6409 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1751009-
CMYK00.430.950.31
HSL32.89º90.22%36.08%-
HSV(B)32.89º94.86%68.63%-
XYZ22.2918.252.61-
YUV112.0569.85172.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 9 (3.91% from 255) = 3.17%
R=61.62%
G=35.21%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175100900.430.950.3132.8990.2236.08
HexAF64902B5F1F215a24
Octal25714411053137374113244
Binary101011111100100100101010111011111111111000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6409; }

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

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

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

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

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

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

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

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