#AE6415

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

Shades of Golden Brown #AE6415

Tints of Golden Brown #AE6415

Color information

#AE6415 (or 0xAE6415) is unknown color: approx Golden Brown. HEX triplet: AE, 64 and 15. RGB value is (174,100,21). Sum of RGB (Red+Green+Blue) = 174+100+21=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6415 is #519BEA. Grayscale: #717171. Windows color (decimal): -5348331 or 1402030. OLE color: 1402030.

HSL color Cylindrical-coordinate representation of color #AE6415: hue angle of 30.98º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE6415 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB17410021-
CMYK00.430.880.32
HSL30.98º78.46%38.24%-
HSV(B)30.98º87.93%68.24%-
XYZ22.1518.173.05-
YUV113.1276.02171.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=58.98%
G=33.90%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741002100.430.880.3230.9878.4638.24
HexAE641502B58201f4e26
Octal25614425053130403711646
Binary1010111011001001010101010111011000100000111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6415; }

 p { color: rgb(174,100,21); }

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

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

 a { background-color: rgb(174,100,21); }

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

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

 span { border-color: rgb(174,100,21); }

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