Html Css Color HEX #AA601A Golden Brown

📋 copy color: '#AA601A'

red 170 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #AA601A

Tints of Golden Brown #AA601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 58.22%
G = 32.88%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA601A (or 0xAA601A) is known color: Golden Brown. HEX triplet: AA, 60 and 1A. RGB value is (170,96,26). Sum of RGB (Red+Green+Blue) = 170+96+26=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA601A is #559FE5. Grayscale: #6E6E6E. Windows color (decimal): -5611494 or 1728682. OLE color: 1728682.

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

Color convert

RGB 170 96 26 -
CMYK 0 0.44 0.85 0.33
HSL 29.17º 0.73% 0.38% -
HSV(B) 29.17º 0.85% 0.67% -
XYZ 20.95 16.99 3.15 -
YUV 110.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 170 96 26 0 0.44 0.85 0.33 29.17 0.73 0.38
Hex AA 60 1A 0 2C 55 21 1D 49 26
Octal 252 140 32 0 54 125 41 35 111 46
Binary 10101010 1100000 11010 0 101100 1010101 100001 11101 1001001 100110

Color Harmonies of #AA601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA601A

Black with #AA601A

Text Example


Text Example

White with #AA601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA601A; }

 p { color: rgb(170,96,26); }

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

background-color css

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

 a { background-color: rgb(170,96,26); }

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

border-color css

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

 span { border-color: rgb(170,96,26); }

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