Html Css Color HEX #ABA598 Cloudy

📋 copy color: '#ABA598'

red 171 ◦ green 165 ◦ blue 152

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

Shades of Cloudy #ABA598

Tints of Cloudy #ABA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 35.04%
G = 33.81%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA598 (or 0xABA598) is known color: Cloudy. HEX triplet: AB, A5 and 98. RGB value is (171,165,152). Sum of RGB (Red+Green+Blue) = 171+165+152=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA598 is #545A67. Grayscale: #A5A5A5. Windows color (decimal): -5528168 or 10003883. OLE color: 10003883.

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

Color convert

RGB 171 165 152 -
CMYK 0 0.04 0.11 0.33
HSL 41.05º 0.1% 0.63% -
HSV(B) 41.05º 0.11% 0.67% -
XYZ 35.92 37.84 35.12 -
YUV 165.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 171 165 152 0 0.04 0.11 0.33 41.05 0.1 0.63
Hex AB A5 98 0 4 B 21 29 A 3F
Octal 253 245 230 0 4 13 41 51 12 77
Binary 10101011 10100101 10011000 0 100 1011 100001 101001 1010 111111

Color Harmonies of #ABA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA598

Black with #ABA598

Text Example


Text Example

White with #ABA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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