#AE5A01

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

Shades of Golden Brown #AE5A01

Tints of Golden Brown #AE5A01

Color information

#AE5A01 (or 0xAE5A01) is unknown color: approx Golden Brown. HEX triplet: AE, 5A and 01. RGB value is (174,90,1). Sum of RGB (Red+Green+Blue) = 174+90+1=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5A01 is #51A5FE. Grayscale: #696969. Windows color (decimal): -5350911 or 88750. OLE color: 88750.

HSL color Cylindrical-coordinate representation of color #AE5A01: hue angle of 30.87º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE5A01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB174901-
CMYK00.480.990.32
HSL30.87º98.86%34.31%-
HSV(B)30.87º99.43%68.24%-
XYZ21.1216.312.06-
YUV104.9769.33177.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=65.66%
G=33.96%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17490100.480.990.3230.8798.8634.31
HexAE5A103063201f6322
Octal2561321060143403714342
Binary101011101011010101100001100011100000111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A01; }

 p { color: rgb(174,90,1); }

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

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

 a { background-color: rgb(174,90,1); }

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

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

 span { border-color: rgb(174,90,1); }

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