#AE6A05

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

Shades of Golden Brown #AE6A05

Tints of Golden Brown #AE6A05

Color information

#AE6A05 (or 0xAE6A05) is unknown color: approx Golden Brown. HEX triplet: AE, 6A and 05. RGB value is (174,106,5). Sum of RGB (Red+Green+Blue) = 174+106+5=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6A05 is #5195FA. Grayscale: #737373. Windows color (decimal): -5346811 or 354990. OLE color: 354990.

HSL color Cylindrical-coordinate representation of color #AE6A05: hue angle of 35.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE6A05 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1741065-
CMYK00.390.970.32
HSL35.86º94.41%35.1%-
HSV(B)35.86º97.13%68.24%-
XYZ22.6419.322.68-
YUV114.8266.03170.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=61.05%
G=37.19%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174106500.390.970.3235.8694.4135.1
HexAE6A50276120245e23
Octal2561525047141404413643
Binary101011101101010101010011111000011000001001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A05; }

 p { color: rgb(174,106,5); }

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

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

 a { background-color: rgb(174,106,5); }

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

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

 span { border-color: rgb(174,106,5); }

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