Html Css Color HEX #AA7E40 Alpine

📋 copy color: '#AA7E40'

red 170 ◦ green 126 ◦ blue 64

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

Shades of Alpine #AA7E40

Tints of Alpine #AA7E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

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

R = 47.22%
G = 35%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA7E40 (or 0xAA7E40) is known color: Alpine. HEX triplet: AA, 7E and 40. RGB value is (170,126,64). Sum of RGB (Red+Green+Blue) = 170+126+64=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E40 is #5581BF. Grayscale: #848484. Windows color (decimal): -5603776 or 4226730. OLE color: 4226730.

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

Color convert

RGB 170 126 64 -
CMYK 0 0.26 0.62 0.33
HSL 35.09º 0.45% 0.46% -
HSV(B) 35.09º 0.62% 0.67% -
XYZ 24.96 23.84 8.14 -
YUV 132.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 170 126 64 0 0.26 0.62 0.33 35.09 0.45 0.46
Hex AA 7E 40 0 1A 3E 21 23 2D 2E
Octal 252 176 100 0 32 76 41 43 55 56
Binary 10101010 1111110 1000000 0 11010 111110 100001 100011 101101 101110

Color Harmonies of #AA7E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E40

Black with #AA7E40

Text Example


Text Example

White with #AA7E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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