Html Css Color HEX #AB8140 Alpine

📋 copy color: '#AB8140'

red 171 ◦ green 129 ◦ blue 64

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

Shades of Alpine #AB8140

Tints of Alpine #AB8140

RGB

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

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

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

R = 46.98%
G = 35.44%
B = 17.58%

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

#AB8140 (or 0xAB8140) is known color: Alpine. HEX triplet: AB, 81 and 40. RGB value is (171,129,64). Sum of RGB (Red+Green+Blue) = 171+129+64=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8140 is #547EBF. Grayscale: #868686. Windows color (decimal): -5537472 or 4227499. OLE color: 4227499.

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

Color convert

RGB 171 129 64 -
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.57 24.73 8.28 -
YUV 134.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 171 129 64 0 0.25 0.63 0.33 36.45 0.46 0.46
Hex AB 81 40 0 19 3F 21 24 2E 2E
Octal 253 201 100 0 31 77 41 44 56 56
Binary 10101011 10000001 1000000 0 11001 111111 100001 100100 101110 101110

Color Harmonies of #AB8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8140

Black with #AB8140

Text Example


Text Example

White with #AB8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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