Html Css Color HEX #ABA49E Cloudy

📋 copy color: '#ABA49E'

red 171 ◦ green 164 ◦ blue 158

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

Shades of Cloudy #ABA49E

Tints of Cloudy #ABA49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.27%

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 34.69%
G = 33.27%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA49E (or 0xABA49E) is known color: Cloudy. HEX triplet: AB, A4 and 9E. RGB value is (171,164,158). Sum of RGB (Red+Green+Blue) = 171+164+158=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49E is #545B61. Grayscale: #A5A5A5. Windows color (decimal): -5528418 or 10396843. OLE color: 10396843.

HSL color Cylindrical-coordinate representation of color #ABA49E: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA49E is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 158 -
CMYK 0 0.04 0.08 0.33
HSL 27.69º 0.07% 0.65% -
HSV(B) 27.69º 0.08% 0.67% -
XYZ 36.24 37.68 37.71 -
YUV 165.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 171 164 158 0 0.04 0.08 0.33 27.69 0.07 0.65
Hex AB A4 9E 0 4 8 21 1C 7 41
Octal 253 244 236 0 4 10 41 34 7 101
Binary 10101011 10100100 10011110 0 100 1000 100001 11100 111 1000001

Color Harmonies of #ABA49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA49E

Black with #ABA49E

Text Example


Text Example

White with #ABA49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA49E; }

 p { color: rgb(171,164,158); }

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

background-color css

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

 a { background-color: rgb(171,164,158); }

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

border-color css

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

 span { border-color: rgb(171,164,158); }

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