Html Css Color HEX #AA6802 Golden Brown

📋 copy color: '#AA6802'

red 170 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #AA6802

Tints of Golden Brown #AA6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

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

R = 61.59%
G = 37.68%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA6802 (or 0xAA6802) is known color: Golden Brown. HEX triplet: AA, 68 and 02. RGB value is (170,104,2). Sum of RGB (Red+Green+Blue) = 170+104+2=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6802 is #5597FD. Grayscale: #707070. Windows color (decimal): -5609470 or 157866. OLE color: 157866.

HSL color Cylindrical-coordinate representation of color #AA6802: hue angle of 36.43º 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 #AA6802 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 104 2 -
CMYK 0 0.39 0.99 0.33
HSL 36.43º 0.98% 0.34% -
HSV(B) 36.43º 0.99% 0.67% -
XYZ 21.54 18.45 2.48 -
YUV 112.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 170 104 2 0 0.39 0.99 0.33 36.43 0.98 0.34
Hex AA 68 2 0 27 63 21 24 62 22
Octal 252 150 2 0 47 143 41 44 142 42
Binary 10101010 1101000 10 0 100111 1100011 100001 100100 1100010 100010

Color Harmonies of #AA6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6802

Black with #AA6802

Text Example


Text Example

White with #AA6802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6802; }

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

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

background-color css

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

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

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

border-color css

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

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

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