Html Css Color HEX #AA7F3F Alpine

📋 copy color: '#AA7F3F'

red 170 ◦ green 127 ◦ blue 63

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

Shades of Alpine #AA7F3F

Tints of Alpine #AA7F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.5%

R = 47.22%
G = 35.28%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA7F3F (or 0xAA7F3F) is known color: Alpine. HEX triplet: AA, 7F and 3F. RGB value is (170,127,63). Sum of RGB (Red+Green+Blue) = 170+127+63=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F3F is #5580C0. Grayscale: #848484. Windows color (decimal): -5603521 or 4161450. OLE color: 4161450.

HSL color Cylindrical-coordinate representation of color #AA7F3F: hue angle of 35.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA7F3F is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 63 -
CMYK 0 0.25 0.63 0.33
HSL 35.89º 0.46% 0.46% -
HSV(B) 35.89º 0.63% 0.67% -
XYZ 25.06 24.08 8.03 -
YUV 132.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 170 127 63 0 0.25 0.63 0.33 35.89 0.46 0.46
Hex AA 7F 3F 0 19 3F 21 24 2E 2E
Octal 252 177 77 0 31 77 41 44 56 56
Binary 10101010 1111111 111111 0 11001 111111 100001 100100 101110 101110

Color Harmonies of #AA7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F3F

Black with #AA7F3F

Text Example


Text Example

White with #AA7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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