Html Css Color HEX #AA893D Alpine

📋 copy color: '#AA893D'

red 170 ◦ green 137 ◦ blue 61

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

Shades of Alpine #AA893D

Tints of Alpine #AA893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 46.2%
G = 37.23%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA893D (or 0xAA893D) is known color: Alpine. HEX triplet: AA, 89 and 3D. RGB value is (170,137,61). Sum of RGB (Red+Green+Blue) = 170+137+61=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA893D is #5576C2. Grayscale: #8A8A8A. Windows color (decimal): -5600963 or 4032938. OLE color: 4032938.

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

Color convert

RGB 170 137 61 -
CMYK 0 0.19 0.64 0.33
HSL 41.83º 0.47% 0.45% -
HSV(B) 41.83º 0.64% 0.67% -
XYZ 26.37 26.77 8.19 -
YUV 138.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 170 137 61 0 0.19 0.64 0.33 41.83 0.47 0.45
Hex AA 89 3D 0 13 40 21 2A 2F 2D
Octal 252 211 75 0 23 100 41 52 57 55
Binary 10101010 10001001 111101 0 10011 1000000 100001 101010 101111 101101

Color Harmonies of #AA893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA893D

Black with #AA893D

Text Example


Text Example

White with #AA893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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