#AF5E00

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

Shades of Golden Brown #AF5E00

Tints of Golden Brown #AF5E00

Color information

#AF5E00 (or 0xAF5E00) is unknown color: approx Golden Brown. HEX triplet: AF, 5E and 00. RGB value is (175,94,0). Sum of RGB (Red+Green+Blue) = 175+94+0=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5E00 is #50A1FF. Grayscale: #6B6B6B. Windows color (decimal): -5284352 or 24239. OLE color: 24239.

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

Color convert

RGB175940-
CMYK00.4610.31
HSL32.23º100%34.31%-
HSV(B)32.23º100%68.63%-
XYZ21.6817.122.16-
YUV107.567.34176.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.06%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.06%
G=34.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17594000.4610.3132.2310034.31
HexAF5E002E641F206422
Octal2571360056144374014442
Binary101011111011110001011101100100111111000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E00; }

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

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

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

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

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

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

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

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