Html Css Color HEX #ABA49B Cloudy

📋 copy color: '#ABA49B'

red 171 ◦ green 164 ◦ blue 155

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

Shades of Cloudy #ABA49B

Tints of Cloudy #ABA49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 34.9%
G = 33.47%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABA49B (or 0xABA49B) is known color: Cloudy. HEX triplet: AB, A4 and 9B. RGB value is (171,164,155). Sum of RGB (Red+Green+Blue) = 171+164+155=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49B is #545B64. Grayscale: #A5A5A5. Windows color (decimal): -5528421 or 10200235. OLE color: 10200235.

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

Color convert

RGB 171 164 155 -
CMYK 0 0.04 0.09 0.33
HSL 33.75º 0.09% 0.64% -
HSV(B) 33.75º 0.09% 0.67% -
XYZ 35.99 37.58 36.37 -
YUV 165.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 171 164 155 0 0.04 0.09 0.33 33.75 0.09 0.64
Hex AB A4 9B 0 4 9 21 22 9 40
Octal 253 244 233 0 4 11 41 42 11 100
Binary 10101011 10100100 10011011 0 100 1001 100001 100010 1001 1000000

Color Harmonies of #ABA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA49B

Black with #ABA49B

Text Example


Text Example

White with #ABA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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