Html Css Color HEX #AA6919 Golden Brown

📋 copy color: '#AA6919'

red 170 ◦ green 105 ◦ blue 25

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

Shades of Golden Brown #AA6919

Tints of Golden Brown #AA6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 56.67%
G = 35%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA6919 (or 0xAA6919) is known color: Golden Brown. HEX triplet: AA, 69 and 19. RGB value is (170,105,25). Sum of RGB (Red+Green+Blue) = 170+105+25=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6919 is #5596E6. Grayscale: #737373. Windows color (decimal): -5609191 or 1665450. OLE color: 1665450.

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

Color convert

RGB 170 105 25 -
CMYK 0 0.38 0.85 0.33
HSL 33.1º 0.74% 0.38% -
HSV(B) 33.1º 0.85% 0.67% -
XYZ 21.8 18.72 3.38 -
YUV 115.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 170 105 25 0 0.38 0.85 0.33 33.1 0.74 0.38
Hex AA 69 19 0 26 55 21 21 4A 26
Octal 252 151 31 0 46 125 41 41 112 46
Binary 10101010 1101001 11001 0 100110 1010101 100001 100001 1001010 100110

Color Harmonies of #AA6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6919

Black with #AA6919

Text Example


Text Example

White with #AA6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6919; }

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

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

background-color css

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

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

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

border-color css

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

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

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