Html Css Color HEX #AA660A Golden Brown

📋 copy color: '#AA660A'

red 170 ◦ green 102 ◦ blue 10

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

Shades of Golden Brown #AA660A

Tints of Golden Brown #AA660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 60.28%
G = 36.17%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA660A (or 0xAA660A) is known color: Golden Brown. HEX triplet: AA, 66 and 0A. RGB value is (170,102,10). Sum of RGB (Red+Green+Blue) = 170+102+10=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA660A is #5599F5. Grayscale: #707070. Windows color (decimal): -5609974 or 681642. OLE color: 681642.

HSL color Cylindrical-coordinate representation of color #AA660A: hue angle of 34.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA660A is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 10 -
CMYK 0 0.4 0.94 0.33
HSL 34.5º 0.89% 0.35% -
HSV(B) 34.5º 0.94% 0.67% -
XYZ 21.38 18.07 2.65 -
YUV 111.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 170 102 10 0 0.4 0.94 0.33 34.5 0.89 0.35
Hex AA 66 A 0 28 5E 21 22 59 23
Octal 252 146 12 0 50 136 41 42 131 43
Binary 10101010 1100110 1010 0 101000 1011110 100001 100010 1011001 100011

Color Harmonies of #AA660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA660A

Black with #AA660A

Text Example


Text Example

White with #AA660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA660A; }

 p { color: rgb(170,102,10); }

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

background-color css

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

 a { background-color: rgb(170,102,10); }

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

border-color css

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

 span { border-color: rgb(170,102,10); }

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