Html Css Color HEX #ADA89F Cloudy

📋 copy color: '#ADA89F'

red 173 ◦ green 168 ◦ blue 159

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

Shades of Cloudy #ADA89F

Tints of Cloudy #ADA89F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 34.6%
G = 33.6%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADA89F (or 0xADA89F) is known color: Cloudy. HEX triplet: AD, A8 and 9F. RGB value is (173,168,159). Sum of RGB (Red+Green+Blue) = 173+168+159=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89F is #525760. Grayscale: #A8A8A8. Windows color (decimal): -5396321 or 10463405. OLE color: 10463405.

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

Color convert

RGB 173 168 159 -
CMYK 0 0.03 0.08 0.32
HSL 38.57º 0.08% 0.65% -
HSV(B) 38.57º 0.08% 0.68% -
XYZ 37.49 39.39 38.43 -
YUV 168.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 173 168 159 0 0.03 0.08 0.32 38.57 0.08 0.65
Hex AD A8 9F 0 3 8 20 27 8 41
Octal 255 250 237 0 3 10 40 47 10 101
Binary 10101101 10101000 10011111 0 11 1000 100000 100111 1000 1000001

Color Harmonies of #ADA89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA89F

Black with #ADA89F

Text Example


Text Example

White with #ADA89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA89F; }

 p { color: rgb(173,168,159); }

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

background-color css

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

 a { background-color: rgb(173,168,159); }

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

border-color css

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

 span { border-color: rgb(173,168,159); }

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