Html Css Color HEX #AA6619 Golden Brown

📋 copy color: '#AA6619'

red 170 ◦ green 102 ◦ blue 25

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

Shades of Golden Brown #AA6619

Tints of Golden Brown #AA6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 57.24%
G = 34.34%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA6619 (or 0xAA6619) is known color: Golden Brown. HEX triplet: AA, 66 and 19. RGB value is (170,102,25). Sum of RGB (Red+Green+Blue) = 170+102+25=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6619 is #5599E6. Grayscale: #717171. Windows color (decimal): -5609959 or 1664682. OLE color: 1664682.

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

Color convert

RGB 170 102 25 -
CMYK 0 0.4 0.85 0.33
HSL 31.86º 0.74% 0.38% -
HSV(B) 31.86º 0.85% 0.67% -
XYZ 21.5 18.12 3.28 -
YUV 113.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 170 102 25 0 0.4 0.85 0.33 31.86 0.74 0.38
Hex AA 66 19 0 28 55 21 20 4A 26
Octal 252 146 31 0 50 125 41 40 112 46
Binary 10101010 1100110 11001 0 101000 1010101 100001 100000 1001010 100110

Color Harmonies of #AA6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6619

Black with #AA6619

Text Example


Text Example

White with #AA6619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6619; }

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

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

background-color css

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

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

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

border-color css

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

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

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