#AF600A

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

Shades of Golden Brown #AF600A

Tints of Golden Brown #AF600A

Color information

#AF600A (or 0xAF600A) is unknown color: approx Golden Brown. HEX triplet: AF, 60 and 0A. RGB value is (175,96,10). Sum of RGB (Red+Green+Blue) = 175+96+10=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF600A is #509FF5. Grayscale: #6E6E6E. Windows color (decimal): -5283830 or 680111. OLE color: 680111.

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

Color convert

RGB1759610-
CMYK00.450.940.31
HSL31.27º89.19%36.27%-
HSV(B)31.27º94.29%68.63%-
XYZ21.9217.52.51-
YUV109.8271.67174.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.28%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=62.28%
G=34.16%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175961000.450.940.3131.2789.1936.27
HexAF60A02D5E1F1f5924
Octal25714012055136373713144
Binary10101111110000010100101101101111011111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF600A; }

 p { color: rgb(175,96,10); }

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

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

 a { background-color: rgb(175,96,10); }

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

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

 span { border-color: rgb(175,96,10); }

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