Html Css Color HEX #AA813D Alpine

📋 copy color: '#AA813D'

red 170 ◦ green 129 ◦ blue 61

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

Shades of Alpine #AA813D

Tints of Alpine #AA813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

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

R = 47.22%
G = 35.83%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA813D (or 0xAA813D) is known color: Alpine. HEX triplet: AA, 81 and 3D. RGB value is (170,129,61). Sum of RGB (Red+Green+Blue) = 170+129+61=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA813D is #557EC2. Grayscale: #858585. Windows color (decimal): -5603011 or 4030890. OLE color: 4030890.

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

Color convert

RGB 170 129 61 -
CMYK 0 0.24 0.64 0.33
HSL 37.43º 0.47% 0.45% -
HSV(B) 37.43º 0.64% 0.67% -
XYZ 25.27 24.58 7.83 -
YUV 133.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 170 129 61 0 0.24 0.64 0.33 37.43 0.47 0.45
Hex AA 81 3D 0 18 40 21 25 2F 2D
Octal 252 201 75 0 30 100 41 45 57 55
Binary 10101010 10000001 111101 0 11000 1000000 100001 100101 101111 101101

Color Harmonies of #AA813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA813D

Black with #AA813D

Text Example


Text Example

White with #AA813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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