Html Css Color HEX #AA601B Golden Brown

📋 copy color: '#AA601B'

red 170 ◦ green 96 ◦ blue 27

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

Shades of Golden Brown #AA601B

Tints of Golden Brown #AA601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 58.02%
G = 32.76%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA601B (or 0xAA601B) is known color: Golden Brown. HEX triplet: AA, 60 and 1B. RGB value is (170,96,27). Sum of RGB (Red+Green+Blue) = 170+96+27=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA601B is #559FE4. Grayscale: #6E6E6E. Windows color (decimal): -5611493 or 1794218. OLE color: 1794218.

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

Color convert

RGB 170 96 27 -
CMYK 0 0.44 0.84 0.33
HSL 28.95º 0.73% 0.39% -
HSV(B) 28.95º 0.84% 0.67% -
XYZ 20.96 16.99 3.21 -
YUV 110.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 170 96 27 0 0.44 0.84 0.33 28.95 0.73 0.39
Hex AA 60 1B 0 2C 54 21 1D 49 27
Octal 252 140 33 0 54 124 41 35 111 47
Binary 10101010 1100000 11011 0 101100 1010100 100001 11101 1001001 100111

Color Harmonies of #AA601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA601B

Black with #AA601B

Text Example


Text Example

White with #AA601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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