Html Css Color HEX #ABA294 Cloudy

📋 copy color: '#ABA294'

red 171 ◦ green 162 ◦ blue 148

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

Shades of Cloudy #ABA294

Tints of Cloudy #ABA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

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

R = 35.55%
G = 33.68%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA294 (or 0xABA294) is known color: Cloudy. HEX triplet: AB, A2 and 94. RGB value is (171,162,148). Sum of RGB (Red+Green+Blue) = 171+162+148=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA294 is #545D6B. Grayscale: #A3A3A3. Windows color (decimal): -5528940 or 9740971. OLE color: 9740971.

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

Color convert

RGB 171 162 148 -
CMYK 0 0.05 0.13 0.33
HSL 36.52º 0.12% 0.63% -
HSV(B) 36.52º 0.13% 0.67% -
XYZ 35.06 36.64 33.24 -
YUV 163.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 171 162 148 0 0.05 0.13 0.33 36.52 0.12 0.63
Hex AB A2 94 0 5 D 21 25 C 3F
Octal 253 242 224 0 5 15 41 45 14 77
Binary 10101011 10100010 10010100 0 101 1101 100001 100101 1100 111111

Color Harmonies of #ABA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA294

Black with #ABA294

Text Example


Text Example

White with #ABA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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