Html Css Color HEX #AA7E3D Alpine

📋 copy color: '#AA7E3D'

red 170 ◦ green 126 ◦ blue 61

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

Shades of Alpine #AA7E3D

Tints of Alpine #AA7E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 47.62%
G = 35.29%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA7E3D (or 0xAA7E3D) is known color: Alpine. HEX triplet: AA, 7E and 3D. RGB value is (170,126,61). Sum of RGB (Red+Green+Blue) = 170+126+61=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E3D is #5581C2. Grayscale: #848484. Windows color (decimal): -5603779 or 4030122. OLE color: 4030122.

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

Color convert

RGB 170 126 61 -
CMYK 0 0.26 0.64 0.33
HSL 35.78º 0.47% 0.45% -
HSV(B) 35.78º 0.64% 0.67% -
XYZ 24.88 23.8 7.7 -
YUV 131.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 170 126 61 0 0.26 0.64 0.33 35.78 0.47 0.45
Hex AA 7E 3D 0 1A 40 21 24 2F 2D
Octal 252 176 75 0 32 100 41 44 57 55
Binary 10101010 1111110 111101 0 11010 1000000 100001 100100 101111 101101

Color Harmonies of #AA7E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E3D

Black with #AA7E3D

Text Example


Text Example

White with #AA7E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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