#AE5E03

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

Shades of Golden Brown #AE5E03

Tints of Golden Brown #AE5E03

Color information

#AE5E03 (or 0xAE5E03) is unknown color: approx Golden Brown. HEX triplet: AE, 5E and 03. RGB value is (174,94,3). Sum of RGB (Red+Green+Blue) = 174+94+3=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5E03 is #51A1FC. Grayscale: #6B6B6B. Windows color (decimal): -5349885 or 220846. OLE color: 220846.

HSL color Cylindrical-coordinate representation of color #AE5E03: hue angle of 31.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE5E03 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB174943-
CMYK00.460.980.32
HSL31.93º96.61%34.71%-
HSV(B)31.93º98.28%68.24%-
XYZ21.4717.012.24-
YUV107.5569175.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=64.21%
G=34.69%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17494300.460.980.3231.9396.6134.71
HexAE5E302E6220206123
Octal2561363056142404014143
Binary10101110101111011010111011000101000001000001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E03; }

 p { color: rgb(174,94,3); }

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

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

 a { background-color: rgb(174,94,3); }

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

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

 span { border-color: rgb(174,94,3); }

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