#AE6416

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

Shades of Golden Brown #AE6416

Tints of Golden Brown #AE6416

Color information

#AE6416 (or 0xAE6416) is unknown color: approx Golden Brown. HEX triplet: AE, 64 and 16. RGB value is (174,100,22). Sum of RGB (Red+Green+Blue) = 174+100+22=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6416 is #519BE9. Grayscale: #717171. Windows color (decimal): -5348330 or 1467566. OLE color: 1467566.

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

Color convert

RGB17410022-
CMYK00.430.870.32
HSL30.79º77.55%38.43%-
HSV(B)30.79º87.36%68.24%-
XYZ22.1618.173.1-
YUV113.2376.52171.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 22 (8.98% from 255) = 7.43%
R=58.78%
G=33.78%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741002200.430.870.3230.7977.5538.43
HexAE641602B57201f4e26
Octal25614426053127403711646
Binary1010111011001001011001010111010111100000111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6416; }

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

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

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

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

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

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

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

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