Html Css Color HEX #AA893B Alpine

📋 copy color: '#AA893B'

red 170 ◦ green 137 ◦ blue 59

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

Shades of Alpine #AA893B

Tints of Alpine #AA893B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 59 (23.44% from 255) = 16.12%

R = 46.45%
G = 37.43%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA893B (or 0xAA893B) is known color: Alpine. HEX triplet: AA, 89 and 3B. RGB value is (170,137,59). Sum of RGB (Red+Green+Blue) = 170+137+59=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA893B is #5576C4. Grayscale: #8A8A8A. Windows color (decimal): -5600965 or 3901866. OLE color: 3901866.

HSL color Cylindrical-coordinate representation of color #AA893B: hue angle of 42.16º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA893B is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 59 -
CMYK 0 0.19 0.65 0.33
HSL 42.16º 0.48% 0.45% -
HSV(B) 42.16º 0.65% 0.67% -
XYZ 26.31 26.75 7.91 -
YUV 137.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 170 137 59 0 0.19 0.65 0.33 42.16 0.48 0.45
Hex AA 89 3B 0 13 41 21 2A 30 2D
Octal 252 211 73 0 23 101 41 52 60 55
Binary 10101010 10001001 111011 0 10011 1000001 100001 101010 110000 101101

Color Harmonies of #AA893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA893B

Black with #AA893B

Text Example


Text Example

White with #AA893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA893B; }

 p { color: rgb(170,137,59); }

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

background-color css

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

 a { background-color: rgb(170,137,59); }

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

border-color css

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

 span { border-color: rgb(170,137,59); }

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