Html Css Color HEX #AA7F40 Alpine

📋 copy color: '#AA7F40'

red 170 ◦ green 127 ◦ blue 64

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

Shades of Alpine #AA7F40

Tints of Alpine #AA7F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 47.09%
G = 35.18%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7F40 (or 0xAA7F40) is known color: Alpine. HEX triplet: AA, 7F and 40. RGB value is (170,127,64). Sum of RGB (Red+Green+Blue) = 170+127+64=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F40 is #5580BF. Grayscale: #848484. Windows color (decimal): -5603520 or 4226986. OLE color: 4226986.

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

Color convert

RGB 170 127 64 -
CMYK 0 0.25 0.62 0.33
HSL 35.66º 0.45% 0.46% -
HSV(B) 35.66º 0.62% 0.67% -
XYZ 25.09 24.09 8.18 -
YUV 132.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 170 127 64 0 0.25 0.62 0.33 35.66 0.45 0.46
Hex AA 7F 40 0 19 3E 21 24 2D 2E
Octal 252 177 100 0 31 76 41 44 55 56
Binary 10101010 1111111 1000000 0 11001 111110 100001 100100 101101 101110

Color Harmonies of #AA7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F40

Black with #AA7F40

Text Example


Text Example

White with #AA7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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