Html Css Color HEX #ABA198 Cloudy

📋 copy color: '#ABA198'

red 171 ◦ green 161 ◦ blue 152

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

Shades of Cloudy #ABA198

Tints of Cloudy #ABA198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 35.33%
G = 33.26%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA198 (or 0xABA198) is known color: Cloudy. HEX triplet: AB, A1 and 98. RGB value is (171,161,152). Sum of RGB (Red+Green+Blue) = 171+161+152=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA198 is #545E67. Grayscale: #A3A3A3. Windows color (decimal): -5529192 or 10002859. OLE color: 10002859.

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

Color convert

RGB 171 161 152 -
CMYK 0 0.06 0.11 0.33
HSL 28.42º 0.1% 0.63% -
HSV(B) 28.42º 0.11% 0.67% -
XYZ 35.21 36.41 34.88 -
YUV 162.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 171 161 152 0 0.06 0.11 0.33 28.42 0.1 0.63
Hex AB A1 98 0 6 B 21 1C A 3F
Octal 253 241 230 0 6 13 41 34 12 77
Binary 10101011 10100001 10011000 0 110 1011 100001 11100 1010 111111

Color Harmonies of #ABA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA198

Black with #ABA198

Text Example


Text Example

White with #ABA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA198; }

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

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

background-color css

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

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

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

border-color css

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

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

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