Html Css Color HEX #AA8139 Alpine

📋 copy color: '#AA8139'

red 170 ◦ green 129 ◦ blue 57

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

Shades of Alpine #AA8139

Tints of Alpine #AA8139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 47.75%
G = 36.24%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA8139 (or 0xAA8139) is known color: Alpine. HEX triplet: AA, 81 and 39. RGB value is (170,129,57). Sum of RGB (Red+Green+Blue) = 170+129+57=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8139 is #557EC6. Grayscale: #858585. Windows color (decimal): -5603015 or 3768746. OLE color: 3768746.

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

Color convert

RGB 170 129 57 -
CMYK 0 0.24 0.66 0.33
HSL 38.23º 0.5% 0.45% -
HSV(B) 38.23º 0.66% 0.67% -
XYZ 25.17 24.54 7.28 -
YUV 133.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 170 129 57 0 0.24 0.66 0.33 38.23 0.5 0.45
Hex AA 81 39 0 18 42 21 26 32 2D
Octal 252 201 71 0 30 102 41 46 62 55
Binary 10101010 10000001 111001 0 11000 1000010 100001 100110 110010 101101

Color Harmonies of #AA8139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8139

Black with #AA8139

Text Example


Text Example

White with #AA8139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8139; }

 p { color: rgb(170,129,57); }

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

background-color css

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

 a { background-color: rgb(170,129,57); }

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

border-color css

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

 span { border-color: rgb(170,129,57); }

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