Html Css Color HEX #ABA097 Cloudy

📋 copy color: '#ABA097'

red 171 ◦ green 160 ◦ blue 151

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

Shades of Cloudy #ABA097

Tints of Cloudy #ABA097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 35.48%
G = 33.2%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABA097 (or 0xABA097) is known color: Cloudy. HEX triplet: AB, A0 and 97. RGB value is (171,160,151). Sum of RGB (Red+Green+Blue) = 171+160+151=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA097 is #545F68. Grayscale: #A2A2A2. Windows color (decimal): -5529449 or 9937067. OLE color: 9937067.

HSL color Cylindrical-coordinate representation of color #ABA097: hue angle of 27º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA097 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 151 -
CMYK 0 0.06 0.12 0.33
HSL 27º 0.11% 0.63% -
HSV(B) 27º 0.12% 0.67% -
XYZ 34.95 36.03 34.39 -
YUV 162.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 171 160 151 0 0.06 0.12 0.33 27 0.11 0.63
Hex AB A0 97 0 6 C 21 1B B 3F
Octal 253 240 227 0 6 14 41 33 13 77
Binary 10101011 10100000 10010111 0 110 1100 100001 11011 1011 111111

Color Harmonies of #ABA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA097

Black with #ABA097

Text Example


Text Example

White with #ABA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA097; }

 p { color: rgb(171,160,151); }

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

background-color css

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

 a { background-color: rgb(171,160,151); }

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

border-color css

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

 span { border-color: rgb(171,160,151); }

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