#AF6611

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

Shades of Golden Brown #AF6611

Tints of Golden Brown #AF6611

Color information

#AF6611 (or 0xAF6611) is unknown color: approx Golden Brown. HEX triplet: AF, 66 and 11. RGB value is (175,102,17). Sum of RGB (Red+Green+Blue) = 175+102+17=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6611 is #5099EE. Grayscale: #727272. Windows color (decimal): -5282287 or 1140399. OLE color: 1140399.

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

Color convert

RGB17510217-
CMYK00.420.900.31
HSL32.28º82.29%37.65%-
HSV(B)32.28º90.29%68.63%-
XYZ22.5318.662.94-
YUV114.1473.18171.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 17 (7.03% from 255) = 5.78%
R=59.52%
G=34.69%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751021700.420.900.3132.2882.2937.65
HexAF661102A5A1F205226
Octal25714621052132374012246
Binary1010111111001101000101010101011010111111000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6611; }

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

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

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

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

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

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

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

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