Html Css Color HEX #AB8041 Alpine

📋 copy color: '#AB8041'

red 171 ◦ green 128 ◦ blue 65

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

Shades of Alpine #AB8041

Tints of Alpine #AB8041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 46.98%
G = 35.16%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB8041 (or 0xAB8041) is known color: Alpine. HEX triplet: AB, 80 and 41. RGB value is (171,128,65). Sum of RGB (Red+Green+Blue) = 171+128+65=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8041 is #547FBE. Grayscale: #858585. Windows color (decimal): -5537727 or 4292779. OLE color: 4292779.

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

Color convert

RGB 171 128 65 -
CMYK 0 0.25 0.62 0.33
HSL 35.66º 0.45% 0.46% -
HSV(B) 35.66º 0.62% 0.67% -
XYZ 25.47 24.48 8.38 -
YUV 133.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 171 128 65 0 0.25 0.62 0.33 35.66 0.45 0.46
Hex AB 80 41 0 19 3E 21 24 2D 2E
Octal 253 200 101 0 31 76 41 44 55 56
Binary 10101011 10000000 1000001 0 11001 111110 100001 100100 101101 101110

Color Harmonies of #AB8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8041

Black with #AB8041

Text Example


Text Example

White with #AB8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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