Html Css Color HEX #AA6119 Golden Brown

📋 copy color: '#AA6119'

red 170 ◦ green 97 ◦ blue 25

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

Shades of Golden Brown #AA6119

Tints of Golden Brown #AA6119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 58.22%
G = 33.22%
B = 8.56%

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

#AA6119 (or 0xAA6119) is known color: Golden Brown. HEX triplet: AA, 61 and 19. RGB value is (170,97,25). Sum of RGB (Red+Green+Blue) = 170+97+25=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6119 is #559EE6. Grayscale: #6E6E6E. Windows color (decimal): -5611239 or 1663402. OLE color: 1663402.

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

Color convert

RGB 170 97 25 -
CMYK 0 0.43 0.85 0.33
HSL 29.79º 0.74% 0.38% -
HSV(B) 29.79º 0.85% 0.67% -
XYZ 21.03 17.17 3.12 -
YUV 110.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 170 97 25 0 0.43 0.85 0.33 29.79 0.74 0.38
Hex AA 61 19 0 2B 55 21 1E 4A 26
Octal 252 141 31 0 53 125 41 36 112 46
Binary 10101010 1100001 11001 0 101011 1010101 100001 11110 1001010 100110

Color Harmonies of #AA6119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6119

Black with #AA6119

Text Example


Text Example

White with #AA6119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6119; }

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

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

background-color css

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

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

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

border-color css

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

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

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