Html Css Color HEX #ABA194 Cloudy

📋 copy color: '#ABA194'

red 171 ◦ green 161 ◦ blue 148

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

Shades of Cloudy #ABA194

Tints of Cloudy #ABA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

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

R = 35.63%
G = 33.54%
B = 30.83%

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

#ABA194 (or 0xABA194) is known color: Cloudy. HEX triplet: AB, A1 and 94. RGB value is (171,161,148). Sum of RGB (Red+Green+Blue) = 171+161+148=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA194 is #545E6B. Grayscale: #A2A2A2. Windows color (decimal): -5529196 or 9740715. OLE color: 9740715.

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

Color convert

RGB 171 161 148 -
CMYK 0 0.06 0.13 0.33
HSL 33.91º 0.12% 0.63% -
HSV(B) 33.91º 0.13% 0.67% -
XYZ 34.88 36.29 33.18 -
YUV 162.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 171 161 148 0 0.06 0.13 0.33 33.91 0.12 0.63
Hex AB A1 94 0 6 D 21 22 C 3F
Octal 253 241 224 0 6 15 41 42 14 77
Binary 10101011 10100001 10010100 0 110 1101 100001 100010 1100 111111

Color Harmonies of #ABA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA194

Black with #ABA194

Text Example


Text Example

White with #ABA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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