Html Css Color HEX #AA8A3C Alpine

📋 copy color: '#AA8A3C'

red 170 ◦ green 138 ◦ blue 60

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

Shades of Alpine #AA8A3C

Tints of Alpine #AA8A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 46.2%
G = 37.5%
B = 16.3%

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

#AA8A3C (or 0xAA8A3C) is known color: Alpine. HEX triplet: AA, 8A and 3C. RGB value is (170,138,60). Sum of RGB (Red+Green+Blue) = 170+138+60=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A3C is #5575C3. Grayscale: #8B8B8B. Windows color (decimal): -5600708 or 3967658. OLE color: 3967658.

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

Color convert

RGB 170 138 60 -
CMYK 0 0.19 0.65 0.33
HSL 42.55º 0.48% 0.45% -
HSV(B) 42.55º 0.65% 0.67% -
XYZ 26.48 27.05 8.1 -
YUV 138.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 170 138 60 0 0.19 0.65 0.33 42.55 0.48 0.45
Hex AA 8A 3C 0 13 41 21 2B 30 2D
Octal 252 212 74 0 23 101 41 53 60 55
Binary 10101010 10001010 111100 0 10011 1000001 100001 101011 110000 101101

Color Harmonies of #AA8A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A3C

Black with #AA8A3C

Text Example


Text Example

White with #AA8A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A3C; }

 p { color: rgb(170,138,60); }

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

background-color css

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

 a { background-color: rgb(170,138,60); }

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

border-color css

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

 span { border-color: rgb(170,138,60); }

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