#AE6003

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

Shades of Golden Brown #AE6003

Tints of Golden Brown #AE6003

Color information

#AE6003 (or 0xAE6003) is unknown color: approx Golden Brown. HEX triplet: AE, 60 and 03. RGB value is (174,96,3). Sum of RGB (Red+Green+Blue) = 174+96+3=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6003 is #519FFC. Grayscale: #6D6D6D. Windows color (decimal): -5349373 or 221358. OLE color: 221358.

HSL color Cylindrical-coordinate representation of color #AE6003: hue angle of 32.63º 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 #AE6003 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB174963-
CMYK00.450.980.32
HSL32.63º96.61%34.71%-
HSV(B)32.63º98.28%68.24%-
XYZ21.6517.372.3-
YUV108.7268.34174.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=63.74%
G=35.16%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17496300.450.980.3232.6396.6134.71
HexAE60302D6220216123
Octal2561403055142404114143
Binary10101110110000011010110111000101000001000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6003; }

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

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

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

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

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

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

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

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