#AE6610

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

Shades of Golden Brown #AE6610

Tints of Golden Brown #AE6610

Color information

#AE6610 (or 0xAE6610) is unknown color: approx Golden Brown. HEX triplet: AE, 66 and 10. RGB value is (174,102,16). Sum of RGB (Red+Green+Blue) = 174+102+16=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6610 is #5199EF. Grayscale: #727272. Windows color (decimal): -5347824 or 1074862. OLE color: 1074862.

HSL color Cylindrical-coordinate representation of color #AE6610: hue angle of 32.66º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE6610 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB17410216-
CMYK00.410.910.32
HSL32.66º83.16%37.25%-
HSV(B)32.66º90.8%68.24%-
XYZ22.318.542.89-
YUV113.7272.85170.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.59%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=59.59%
G=34.93%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741021600.410.910.3232.6683.1637.25
HexAE66100295B20215325
Octal25614620051133404112345
Binary10101110110011010000010100110110111000001000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6610; }

 p { color: rgb(174,102,16); }

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

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

 a { background-color: rgb(174,102,16); }

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

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

 span { border-color: rgb(174,102,16); }

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