Html Css Color HEX #ABBA8C Caper

📋 copy color: '#ABBA8C'

red 171 ◦ green 186 ◦ blue 140

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

Shades of Caper #ABBA8C

Tints of Caper #ABBA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 140 (55.08% from 255) = 28.17%

R = 34.41%
G = 37.42%
B = 28.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#ABBA8C (or 0xABBA8C) is known color: Caper. HEX triplet: AB, BA and 8C. RGB value is (171,186,140). Sum of RGB (Red+Green+Blue) = 171+186+140=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA8C is #544573. Grayscale: #B0B0B0. Windows color (decimal): -5522804 or 9222827. OLE color: 9222827.

HSL color Cylindrical-coordinate representation of color #ABBA8C: hue angle of 79.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABBA8C is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 140 -
CMYK 0.08 0 0.25 0.27
HSL 79.57º 0.25% 0.64% -
HSV(B) 79.57º 0.25% 0.73% -
XYZ 39.09 45.67 31.57 -
YUV 176.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 171 186 140 0.08 0 0.25 0.27 79.57 0.25 0.64
Hex AB BA 8C 8 0 19 1B 50 19 40
Octal 253 272 214 10 0 31 33 120 31 100
Binary 10101011 10111010 10001100 1000 0 11001 11011 1010000 11001 1000000

Color Harmonies of #ABBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA8C

Black with #ABBA8C

Text Example


Text Example

White with #ABBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA8C; }

 p { color: rgb(171,186,140); }

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

background-color css

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

 a { background-color: rgb(171,186,140); }

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

border-color css

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

 span { border-color: rgb(171,186,140); }

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