#AF6A11

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

Shades of Golden Brown #AF6A11

Tints of Golden Brown #AF6A11

Color information

#AF6A11 (or 0xAF6A11) is unknown color: approx Golden Brown. HEX triplet: AF, 6A and 11. RGB value is (175,106,17). Sum of RGB (Red+Green+Blue) = 175+106+17=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A11 is #5095EE. Grayscale: #747474. Windows color (decimal): -5281263 or 1141423. OLE color: 1141423.

HSL color Cylindrical-coordinate representation of color #AF6A11: hue angle of 33.8º degrees, saturation: 0.82, 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 #AF6A11 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17510617-
CMYK00.390.900.31
HSL33.8º82.29%37.65%-
HSV(B)33.8º90.29%68.63%-
XYZ22.9319.463.08-
YUV116.4871.86169.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=58.72%
G=35.57%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751061700.390.900.3133.882.2937.65
HexAF6A110275A1F225226
Octal25715221047132374212246
Binary1010111111010101000101001111011010111111000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A11; }

 p { color: rgb(175,106,17); }

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

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

 a { background-color: rgb(175,106,17); }

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

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

 span { border-color: rgb(175,106,17); }

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