Html Css Color HEX #ABA8A2 Cloudy

📋 copy color: '#ABA8A2'

red 171 ◦ green 168 ◦ blue 162

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

Shades of Cloudy #ABA8A2

Tints of Cloudy #ABA8A2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.53%

 BLUE value IS 162 (63.67% from 255) = 32.34%

R = 34.13%
G = 33.53%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#ABA8A2 (or 0xABA8A2) is known color: Cloudy. HEX triplet: AB, A8 and A2. RGB value is (171,168,162). Sum of RGB (Red+Green+Blue) = 171+168+162=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8A2 is #54575D. Grayscale: #A8A8A8. Windows color (decimal): -5527390 or 10660011. OLE color: 10660011.

HSL color Cylindrical-coordinate representation of color #ABA8A2: hue angle of 40º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABA8A2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 162 -
CMYK 0 0.02 0.05 0.33
HSL 40º 0.05% 0.65% -
HSV(B) 40º 0.05% 0.67% -
XYZ 37.32 39.27 39.8 -
YUV 168.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 171 168 162 0 0.02 0.05 0.33 40 0.05 0.65
Hex AB A8 A2 0 2 5 21 28 5 41
Octal 253 250 242 0 2 5 41 50 5 101
Binary 10101011 10101000 10100010 0 10 101 100001 101000 101 1000001

Color Harmonies of #ABA8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8A2

Black with #ABA8A2

Text Example


Text Example

White with #ABA8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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