#AF680C

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

Shades of Golden Brown #AF680C

Tints of Golden Brown #AF680C

Color information

#AF680C (or 0xAF680C) is unknown color: approx Golden Brown. HEX triplet: AF, 68 and 0C. RGB value is (175,104,12). Sum of RGB (Red+Green+Blue) = 175+104+12=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF680C is #5097F3. Grayscale: #737373. Windows color (decimal): -5281780 or 813231. OLE color: 813231.

HSL color Cylindrical-coordinate representation of color #AF680C: hue angle of 33.87º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF680C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17510412-
CMYK00.410.930.31
HSL33.87º87.17%36.67%-
HSV(B)33.87º93.14%68.63%-
XYZ22.719.042.83-
YUV114.7470.02170.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=60.14%
G=35.74%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751041200.410.930.3133.8787.1736.67
HexAF68C0295D1F225725
Octal25715014051135374212745
Binary101011111101000110001010011011101111111000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF680C; }

 p { color: rgb(175,104,12); }

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

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

 a { background-color: rgb(175,104,12); }

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

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

 span { border-color: rgb(175,104,12); }

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