#AE610B

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

Shades of Golden Brown #AE610B

Tints of Golden Brown #AE610B

Color information

#AE610B (or 0xAE610B) is unknown color: approx Golden Brown. HEX triplet: AE, 61 and 0B. RGB value is (174,97,11). Sum of RGB (Red+Green+Blue) = 174+97+11=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE610B is #519EF4. Grayscale: #6E6E6E. Windows color (decimal): -5349109 or 745902. OLE color: 745902.

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

Color convert

RGB1749711-
CMYK00.440.940.32
HSL31.66º88.11%36.27%-
HSV(B)31.66º93.68%68.24%-
XYZ21.7917.572.56-
YUV110.2272.01173.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.70%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 11 (4.69% from 255) = 3.90%
R=61.70%
G=34.40%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174971100.440.940.3231.6688.1136.27
HexAE61B02C5E20205824
Octal25614113054136404013044
Binary1010111011000011011010110010111101000001000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE610B; }

 p { color: rgb(174,97,11); }

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

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

 a { background-color: rgb(174,97,11); }

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

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

 span { border-color: rgb(174,97,11); }

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