Html Css Color HEX #AA6A10 Golden Brown

📋 copy color: '#AA6A10'

red 170 ◦ green 106 ◦ blue 16

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

Shades of Golden Brown #AA6A10

Tints of Golden Brown #AA6A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 58.22%
G = 36.3%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA6A10 (or 0xAA6A10) is known color: Golden Brown. HEX triplet: AA, 6A and 10. RGB value is (170,106,16). Sum of RGB (Red+Green+Blue) = 170+106+16=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A10 is #5595EF. Grayscale: #737373. Windows color (decimal): -5608944 or 1075882. OLE color: 1075882.

HSL color Cylindrical-coordinate representation of color #AA6A10: hue angle of 35.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA6A10 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 106 16 -
CMYK 0 0.38 0.91 0.33
HSL 35.06º 0.83% 0.36% -
HSV(B) 35.06º 0.91% 0.67% -
XYZ 21.83 18.89 2.99 -
YUV 114.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 170 106 16 0 0.38 0.91 0.33 35.06 0.83 0.36
Hex AA 6A 10 0 26 5B 21 23 53 24
Octal 252 152 20 0 46 133 41 43 123 44
Binary 10101010 1101010 10000 0 100110 1011011 100001 100011 1010011 100100

Color Harmonies of #AA6A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A10

Black with #AA6A10

Text Example


Text Example

White with #AA6A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A10; }

 p { color: rgb(170,106,16); }

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

background-color css

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

 a { background-color: rgb(170,106,16); }

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

border-color css

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

 span { border-color: rgb(170,106,16); }

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