#AF6912

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

Shades of Golden Brown #AF6912

Tints of Golden Brown #AF6912

Color information

#AF6912 (or 0xAF6912) is unknown color: approx Golden Brown. HEX triplet: AF, 69 and 12. RGB value is (175,105,18). Sum of RGB (Red+Green+Blue) = 175+105+18=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6912 is #5096ED. Grayscale: #747474. Windows color (decimal): -5281518 or 1206703. OLE color: 1206703.

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

Color convert

RGB17510518-
CMYK00.400.900.31
HSL33.25º81.35%37.84%-
HSV(B)33.25º89.71%68.63%-
XYZ22.8419.263.09-
YUV116.0172.69170.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 18 (7.42% from 255) = 6.04%
R=58.72%
G=35.23%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751051800.400.900.3133.2581.3537.84
HexAF69120285A1F215126
Octal25715122050132374112146
Binary1010111111010011001001010001011010111111000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6912; }

 p { color: rgb(175,105,18); }

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

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

 a { background-color: rgb(175,105,18); }

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

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

 span { border-color: rgb(175,105,18); }

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