Html Css Color HEX #AB8040 Alpine

📋 copy color: '#AB8040'

red 171 ◦ green 128 ◦ blue 64

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

Shades of Alpine #AB8040

Tints of Alpine #AB8040

RGB

 RED value IS 171 (67.19% from 255) = 47.11%

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

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

R = 47.11%
G = 35.26%
B = 17.63%

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

#AB8040 (or 0xAB8040) is known color: Alpine. HEX triplet: AB, 80 and 40. RGB value is (171,128,64). Sum of RGB (Red+Green+Blue) = 171+128+64=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8040 is #547FBF. Grayscale: #858585. Windows color (decimal): -5537728 or 4227243. OLE color: 4227243.

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

Color convert

RGB 171 128 64 -
CMYK 0 0.25 0.63 0.33
HSL 35.89º 0.46% 0.46% -
HSV(B) 35.89º 0.63% 0.67% -
XYZ 25.44 24.47 8.23 -
YUV 133.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 171 128 64 0 0.25 0.63 0.33 35.89 0.46 0.46
Hex AB 80 40 0 19 3F 21 24 2E 2E
Octal 253 200 100 0 31 77 41 44 56 56
Binary 10101011 10000000 1000000 0 11001 111111 100001 100100 101110 101110

Color Harmonies of #AB8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8040

Black with #AB8040

Text Example


Text Example

White with #AB8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8040; }

 p { color: rgb(171,128,64); }

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

background-color css

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

 a { background-color: rgb(171,128,64); }

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

border-color css

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

 span { border-color: rgb(171,128,64); }

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