#AE6710

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

Shades of Golden Brown #AE6710

Tints of Golden Brown #AE6710

Color information

#AE6710 (or 0xAE6710) is unknown color: approx Golden Brown. HEX triplet: AE, 67 and 10. RGB value is (174,103,16). Sum of RGB (Red+Green+Blue) = 174+103+16=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6710 is #5198EF. Grayscale: #727272. Windows color (decimal): -5347568 or 1075118. OLE color: 1075118.

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

Color convert

RGB17410316-
CMYK00.410.910.32
HSL33.04º83.16%37.25%-
HSV(B)33.04º90.8%68.24%-
XYZ22.418.742.93-
YUV114.3172.52170.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=59.39%
G=35.15%
B=5.46%

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
Decimal1741031600.410.910.3233.0483.1637.25
HexAE67100295B20215325
Octal25614720051133404112345
Binary10101110110011110000010100110110111000001000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6710; }

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

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

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

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

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

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

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

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