Html Css Color HEX #AA7F3C Alpine

📋 copy color: '#AA7F3C'

red 170 ◦ green 127 ◦ blue 60

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

Shades of Alpine #AA7F3C

Tints of Alpine #AA7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.57%

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

R = 47.62%
G = 35.57%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA7F3C (or 0xAA7F3C) is known color: Alpine. HEX triplet: AA, 7F and 3C. RGB value is (170,127,60). Sum of RGB (Red+Green+Blue) = 170+127+60=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F3C is #5580C3. Grayscale: #848484. Windows color (decimal): -5603524 or 3964842. OLE color: 3964842.

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

Color convert

RGB 170 127 60 -
CMYK 0 0.25 0.65 0.33
HSL 36.55º 0.48% 0.45% -
HSV(B) 36.55º 0.65% 0.67% -
XYZ 24.98 24.05 7.6 -
YUV 132.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 170 127 60 0 0.25 0.65 0.33 36.55 0.48 0.45
Hex AA 7F 3C 0 19 41 21 25 30 2D
Octal 252 177 74 0 31 101 41 45 60 55
Binary 10101010 1111111 111100 0 11001 1000001 100001 100101 110000 101101

Color Harmonies of #AA7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F3C

Black with #AA7F3C

Text Example


Text Example

White with #AA7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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