Html Css Color HEX #ADABA9 Cloudy

📋 copy color: '#ADABA9'

red 173 ◦ green 171 ◦ blue 169

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

Shades of Cloudy #ADABA9

Tints of Cloudy #ADABA9

RGB

 RED value IS 173 (67.97% from 255) = 33.72%

 GREEN value IS 171 (67.19% from 255) = 33.33%

 BLUE value IS 169 (66.41% from 255) = 32.94%

R = 33.72%
G = 33.33%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADABA9 (or 0xADABA9) is known color: Cloudy. HEX triplet: AD, AB and A9. RGB value is (173,171,169). Sum of RGB (Red+Green+Blue) = 173+171+169=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA9 is #525456. Grayscale: #ABABAB. Windows color (decimal): -5395543 or 11119533. OLE color: 11119533.

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

Color convert

RGB 173 171 169 -
CMYK 0 0.01 0.02 0.32
HSL 30º 0.02% 0.67% -
HSV(B) 30º 0.02% 0.68% -
XYZ 38.96 40.87 43.37 -
YUV 171.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 173 171 169 0 0.01 0.02 0.32 30 0.02 0.67
Hex AD AB A9 0 1 2 20 1E 2 43
Octal 255 253 251 0 1 2 40 36 2 103
Binary 10101101 10101011 10101001 0 1 10 100000 11110 10 1000011

Color Harmonies of #ADABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABA9

Black with #ADABA9

Text Example


Text Example

White with #ADABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABA9; }

 p { color: rgb(173,171,169); }

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

background-color css

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

 a { background-color: rgb(173,171,169); }

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

border-color css

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

 span { border-color: rgb(173,171,169); }

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