#AE6502

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

Shades of Golden Brown #AE6502

Tints of Golden Brown #AE6502

Color information

#AE6502 (or 0xAE6502) is unknown color: approx Golden Brown. HEX triplet: AE, 65 and 02. RGB value is (174,101,2). Sum of RGB (Red+Green+Blue) = 174+101+2=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE6502 is #519AFD. Grayscale: #707070. Windows color (decimal): -5348094 or 157102. OLE color: 157102.

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

Color convert

RGB1741012-
CMYK00.420.990.32
HSL34.53º97.73%34.51%-
HSV(B)34.53º98.85%68.24%-
XYZ22.1218.312.43-
YUV111.5466.18172.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=62.82%
G=36.46%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174101200.420.990.3234.5397.7334.51
HexAE65202A6320236223
Octal2561452052143404314243
Binary10101110110010110010101011000111000001000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6502; }

 p { color: rgb(174,101,2); }

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

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

 a { background-color: rgb(174,101,2); }

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

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

 span { border-color: rgb(174,101,2); }

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