Html Css Color HEX #AA6100 Golden Brown

📋 copy color: '#AA6100'

red 170 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #AA6100

Tints of Golden Brown #AA6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.67%
G = 36.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA6100 (or 0xAA6100) is known color: Golden Brown. HEX triplet: AA, 61 and 00. RGB value is (170,97,0). Sum of RGB (Red+Green+Blue) = 170+97+0=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6100 is #559EFF. Grayscale: #6C6C6C. Windows color (decimal): -5611264 or 25002. OLE color: 25002.

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

Color convert

RGB 170 97 0 -
CMYK 0 0.43 1 0.33
HSL 34.24º 1% 0.33% -
HSV(B) 34.24º 1% 0.67% -
XYZ 20.85 17.1 2.2 -
YUV 107.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 170 97 0 0 0.43 1 0.33 34.24 1 0.33
Hex AA 61 0 0 2B 64 21 22 64 21
Octal 252 141 0 0 53 144 41 42 144 41
Binary 10101010 1100001 0 0 101011 1100100 100001 100010 1100100 100001

Color Harmonies of #AA6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6100

Black with #AA6100

Text Example


Text Example

White with #AA6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6100; }

 p { color: rgb(170,97,0); }

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

background-color css

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

 a { background-color: rgb(170,97,0); }

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

border-color css

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

 span { border-color: rgb(170,97,0); }

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