Html Css Color HEX #AA611A Golden Brown

📋 copy color: '#AA611A'

red 170 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #AA611A

Tints of Golden Brown #AA611A

RGB

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

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

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

R = 58.02%
G = 33.11%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA611A (or 0xAA611A) is known color: Golden Brown. HEX triplet: AA, 61 and 1A. RGB value is (170,97,26). Sum of RGB (Red+Green+Blue) = 170+97+26=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA611A is #559EE5. Grayscale: #6F6F6F. Windows color (decimal): -5611238 or 1728938. OLE color: 1728938.

HSL color Cylindrical-coordinate representation of color #AA611A: hue angle of 29.58º 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 #AA611A is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 26 -
CMYK 0 0.43 0.85 0.33
HSL 29.58º 0.73% 0.38% -
HSV(B) 29.58º 0.85% 0.67% -
XYZ 21.04 17.17 3.18 -
YUV 110.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 170 97 26 0 0.43 0.85 0.33 29.58 0.73 0.38
Hex AA 61 1A 0 2B 55 21 1E 49 26
Octal 252 141 32 0 53 125 41 36 111 46
Binary 10101010 1100001 11010 0 101011 1010101 100001 11110 1001001 100110

Color Harmonies of #AA611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA611A

Black with #AA611A

Text Example


Text Example

White with #AA611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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