Html Css Color HEX #ABA7A2 Cloudy

📋 copy color: '#ABA7A2'

red 171 ◦ green 167 ◦ blue 162

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

Shades of Cloudy #ABA7A2

Tints of Cloudy #ABA7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.4%

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

R = 34.2%
G = 33.4%
B = 32.4%

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

#ABA7A2 (or 0xABA7A2) is known color: Cloudy. HEX triplet: AB, A7 and A2. RGB value is (171,167,162). Sum of RGB (Red+Green+Blue) = 171+167+162=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA7A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7A2 is #54585D. Grayscale: #A7A7A7. Windows color (decimal): -5527646 or 10659755. OLE color: 10659755.

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

Color convert

RGB 171 167 162 -
CMYK 0 0.02 0.05 0.33
HSL 33.33º 0.05% 0.65% -
HSV(B) 33.33º 0.05% 0.67% -
XYZ 37.13 38.9 39.73 -
YUV 167.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 171 167 162 0 0.02 0.05 0.33 33.33 0.05 0.65
Hex AB A7 A2 0 2 5 21 21 5 41
Octal 253 247 242 0 2 5 41 41 5 101
Binary 10101011 10100111 10100010 0 10 101 100001 100001 101 1000001

Color Harmonies of #ABA7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA7A2

Black with #ABA7A2

Text Example


Text Example

White with #ABA7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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