Html Css Color HEX #ABA49A Cloudy

📋 copy color: '#ABA49A'

red 171 ◦ green 164 ◦ blue 154

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

Shades of Cloudy #ABA49A

Tints of Cloudy #ABA49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 34.97%
G = 33.54%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#ABA49A (or 0xABA49A) is known color: Cloudy. HEX triplet: AB, A4 and 9A. RGB value is (171,164,154). Sum of RGB (Red+Green+Blue) = 171+164+154=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49A is #545B65. Grayscale: #A5A5A5. Windows color (decimal): -5528422 or 10134699. OLE color: 10134699.

HSL color Cylindrical-coordinate representation of color #ABA49A: hue angle of 35.29º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA49A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 154 -
CMYK 0 0.04 0.10 0.33
HSL 35.29º 0.09% 0.64% -
HSV(B) 35.29º 0.1% 0.67% -
XYZ 35.9 37.54 35.93 -
YUV 164.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 171 164 154 0 0.04 0.10 0.33 35.29 0.09 0.64
Hex AB A4 9A 0 4 A 21 23 9 40
Octal 253 244 232 0 4 12 41 43 11 100
Binary 10101011 10100100 10011010 0 100 1010 100001 100011 1001 1000000

Color Harmonies of #ABA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA49A

Black with #ABA49A

Text Example


Text Example

White with #ABA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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