Html Css Color HEX #ABA498 Cloudy

📋 copy color: '#ABA498'

red 171 ◦ green 164 ◦ blue 152

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

Shades of Cloudy #ABA498

Tints of Cloudy #ABA498

RGB

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

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

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

R = 35.11%
G = 33.68%
B = 31.21%

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

#ABA498 (or 0xABA498) is known color: Cloudy. HEX triplet: AB, A4 and 98. RGB value is (171,164,152). Sum of RGB (Red+Green+Blue) = 171+164+152=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA498 is #545B67. Grayscale: #A4A4A4. Windows color (decimal): -5528424 or 10003627. OLE color: 10003627.

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

Color convert

RGB 171 164 152 -
CMYK 0 0.04 0.11 0.33
HSL 37.89º 0.1% 0.63% -
HSV(B) 37.89º 0.11% 0.67% -
XYZ 35.74 37.48 35.06 -
YUV 164.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 171 164 152 0 0.04 0.11 0.33 37.89 0.1 0.63
Hex AB A4 98 0 4 B 21 26 A 3F
Octal 253 244 230 0 4 13 41 46 12 77
Binary 10101011 10100100 10011000 0 100 1011 100001 100110 1010 111111

Color Harmonies of #ABA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA498

Black with #ABA498

Text Example


Text Example

White with #ABA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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