Html Css Color HEX #AA6419 Golden Brown

📋 copy color: '#AA6419'

red 170 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #AA6419

Tints of Golden Brown #AA6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 57.63%
G = 33.9%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA6419 (or 0xAA6419) is known color: Golden Brown. HEX triplet: AA, 64 and 19. RGB value is (170,100,25). Sum of RGB (Red+Green+Blue) = 170+100+25=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6419 is #559BE6. Grayscale: #707070. Windows color (decimal): -5610471 or 1664170. OLE color: 1664170.

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

Color convert

RGB 170 100 25 -
CMYK 0 0.41 0.85 0.33
HSL 31.03º 0.74% 0.38% -
HSV(B) 31.03º 0.85% 0.67% -
XYZ 21.31 17.73 3.22 -
YUV 112.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 170 100 25 0 0.41 0.85 0.33 31.03 0.74 0.38
Hex AA 64 19 0 29 55 21 1F 4A 26
Octal 252 144 31 0 51 125 41 37 112 46
Binary 10101010 1100100 11001 0 101001 1010101 100001 11111 1001010 100110

Color Harmonies of #AA6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6419

Black with #AA6419

Text Example


Text Example

White with #AA6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6419; }

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

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

background-color css

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

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

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

border-color css

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

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

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