Html Css Color HEX #ABA094 Cloudy

📋 copy color: '#ABA094'

red 171 ◦ green 160 ◦ blue 148

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

Shades of Cloudy #ABA094

Tints of Cloudy #ABA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 35.7%
G = 33.4%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA094 (or 0xABA094) is known color: Cloudy. HEX triplet: AB, A0 and 94. RGB value is (171,160,148). Sum of RGB (Red+Green+Blue) = 171+160+148=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA094 is #545F6B. Grayscale: #A1A1A1. Windows color (decimal): -5529452 or 9740459. OLE color: 9740459.

HSL color Cylindrical-coordinate representation of color #ABA094: hue angle of 31.3º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA094 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 148 -
CMYK 0 0.06 0.13 0.33
HSL 31.3º 0.12% 0.63% -
HSV(B) 31.3º 0.13% 0.67% -
XYZ 34.71 35.94 33.12 -
YUV 161.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 171 160 148 0 0.06 0.13 0.33 31.3 0.12 0.63
Hex AB A0 94 0 6 D 21 1F C 3F
Octal 253 240 224 0 6 15 41 37 14 77
Binary 10101011 10100000 10010100 0 110 1101 100001 11111 1100 111111

Color Harmonies of #ABA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA094

Black with #ABA094

Text Example


Text Example

White with #ABA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA094; }

 p { color: rgb(171,160,148); }

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

background-color css

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

 a { background-color: rgb(171,160,148); }

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

border-color css

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

 span { border-color: rgb(171,160,148); }

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