#AE6409

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

Shades of Golden Brown #AE6409

Tints of Golden Brown #AE6409

Color information

#AE6409 (or 0xAE6409) is unknown color: approx Golden Brown. HEX triplet: AE, 64 and 09. RGB value is (174,100,9). Sum of RGB (Red+Green+Blue) = 174+100+9=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6409 is #519BF6. Grayscale: #707070. Windows color (decimal): -5348343 or 615598. OLE color: 615598.

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

Color convert

RGB1741009-
CMYK00.430.950.32
HSL33.09º90.16%35.88%-
HSV(B)33.09º94.83%68.24%-
XYZ22.0618.132.6-
YUV111.7570.02172.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=61.48%
G=35.34%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174100900.430.950.3233.0990.1635.88
HexAE64902B5F20215a24
Octal25614411053137404113244
Binary1010111011001001001010101110111111000001000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6409; }

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

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

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

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

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

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

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

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