#AF6C13

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

Shades of Golden Brown #AF6C13

Tints of Golden Brown #AF6C13

Color information

#AF6C13 (or 0xAF6C13) is unknown color: approx Golden Brown. HEX triplet: AF, 6C and 13. RGB value is (175,108,19). Sum of RGB (Red+Green+Blue) = 175+108+19=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C13 is #5093EC. Grayscale: #767676. Windows color (decimal): -5280749 or 1273007. OLE color: 1273007.

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

Color convert

RGB17510819-
CMYK00.380.890.31
HSL34.23º80.41%38.04%-
HSV(B)34.23º89.14%68.63%-
XYZ23.1619.893.23-
YUV117.8972.2168.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=57.95%
G=35.76%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751081900.380.890.3134.2380.4138.04
HexAF6C13026591F225026
Octal25715423046131374212046
Binary1010111111011001001101001101011001111111000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C13; }

 p { color: rgb(175,108,19); }

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

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

 a { background-color: rgb(175,108,19); }

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

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

 span { border-color: rgb(175,108,19); }

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