Html Css Color HEX #AA6502 Golden Brown

📋 copy color: '#AA6502'

red 170 ◦ green 101 ◦ blue 2

#AA6502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AA6502

Tints of Golden Brown #AA6502

RGB

 RED value IS 170 (66.8% from 255) = 62.27%

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 62.27%
G = 37%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA6502 (or 0xAA6502) is known color: Golden Brown. HEX triplet: AA, 65 and 02. RGB value is (170,101,2). Sum of RGB (Red+Green+Blue) = 170+101+2=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6502 is #559AFD. Grayscale: #6E6E6E. Windows color (decimal): -5610238 or 157098. OLE color: 157098.

HSL color Cylindrical-coordinate representation of color #AA6502: hue angle of 35.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA6502 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 101 2 -
CMYK 0 0.41 0.99 0.33
HSL 35.36º 0.98% 0.34% -
HSV(B) 35.36º 0.99% 0.67% -
XYZ 21.24 17.86 2.38 -
YUV 110.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 170 101 2 0 0.41 0.99 0.33 35.36 0.98 0.34
Hex AA 65 2 0 29 63 21 23 62 22
Octal 252 145 2 0 51 143 41 43 142 42
Binary 10101010 1100101 10 0 101001 1100011 100001 100011 1100010 100010

Color Harmonies of #AA6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6502

Black with #AA6502

Text Example


Text Example

White with #AA6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6502; }

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

 H1.HeaderClassName
 {
   color: #AA6502;
 }
 .AnyTagClassName
 {
   color: #AA6502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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