Html Css Color HEX #AA803F Alpine

📋 copy color: '#AA803F'

red 170 ◦ green 128 ◦ blue 63

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

Shades of Alpine #AA803F

Tints of Alpine #AA803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

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

R = 47.09%
G = 35.46%
B = 17.45%

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

#AA803F (or 0xAA803F) is known color: Alpine. HEX triplet: AA, 80 and 3F. RGB value is (170,128,63). Sum of RGB (Red+Green+Blue) = 170+128+63=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA803F is #557FC0. Grayscale: #858585. Windows color (decimal): -5603265 or 4161706. OLE color: 4161706.

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

Color convert

RGB 170 128 63 -
CMYK 0 0.25 0.63 0.33
HSL 36.45º 0.46% 0.46% -
HSV(B) 36.45º 0.63% 0.67% -
XYZ 25.19 24.34 8.07 -
YUV 133.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 170 128 63 0 0.25 0.63 0.33 36.45 0.46 0.46
Hex AA 80 3F 0 19 3F 21 24 2E 2E
Octal 252 200 77 0 31 77 41 44 56 56
Binary 10101010 10000000 111111 0 11001 111111 100001 100100 101110 101110

Color Harmonies of #AA803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA803F

Black with #AA803F

Text Example


Text Example

White with #AA803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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