Html Css Color HEX #ABA197 Cloudy

📋 copy color: '#ABA197'

red 171 ◦ green 161 ◦ blue 151

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

Shades of Cloudy #ABA197

Tints of Cloudy #ABA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.33%

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

R = 35.4%
G = 33.33%
B = 31.26%

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

#ABA197 (or 0xABA197) is known color: Cloudy. HEX triplet: AB, A1 and 97. RGB value is (171,161,151). Sum of RGB (Red+Green+Blue) = 171+161+151=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA197 is #545E68. Grayscale: #A2A2A2. Windows color (decimal): -5529193 or 9937323. OLE color: 9937323.

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

Color convert

RGB 171 161 151 -
CMYK 0 0.06 0.12 0.33
HSL 30º 0.11% 0.63% -
HSV(B) 30º 0.12% 0.67% -
XYZ 35.13 36.38 34.45 -
YUV 162.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 171 161 151 0 0.06 0.12 0.33 30 0.11 0.63
Hex AB A1 97 0 6 C 21 1E B 3F
Octal 253 241 227 0 6 14 41 36 13 77
Binary 10101011 10100001 10010111 0 110 1100 100001 11110 1011 111111

Color Harmonies of #ABA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA197

Black with #ABA197

Text Example


Text Example

White with #ABA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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