#AF6800

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

Shades of Golden Brown #AF6800

Tints of Golden Brown #AF6800

Color information

#AF6800 (or 0xAF6800) is unknown color: approx Golden Brown. HEX triplet: AF, 68 and 00. RGB value is (175,104,0). Sum of RGB (Red+Green+Blue) = 175+104+0=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6800 is #5097FF. Grayscale: #717171. Windows color (decimal): -5281792 or 26799. OLE color: 26799.

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

Color convert

RGB1751040-
CMYK00.4110.31
HSL35.66º100%34.31%-
HSV(B)35.66º100%68.63%-
XYZ22.6319.012.48-
YUV113.3764.02171.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.72%
G=37.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175104000.4110.3135.6610034.31
HexAF680029641F246422
Octal2571500051144374414442
Binary101011111101000001010011100100111111001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6800; }

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

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

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

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

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

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

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

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