Html Css Color HEX #ADA89D Cloudy

📋 copy color: '#ADA89D'

red 173 ◦ green 168 ◦ blue 157

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

Shades of Cloudy #ADA89D

Tints of Cloudy #ADA89D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 34.74%
G = 33.73%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADA89D (or 0xADA89D) is known color: Cloudy. HEX triplet: AD, A8 and 9D. RGB value is (173,168,157). Sum of RGB (Red+Green+Blue) = 173+168+157=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89D is #525762. Grayscale: #A8A8A8. Windows color (decimal): -5396323 or 10332333. OLE color: 10332333.

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

Color convert

RGB 173 168 157 -
CMYK 0 0.03 0.09 0.32
HSL 41.25º 0.09% 0.65% -
HSV(B) 41.25º 0.09% 0.68% -
XYZ 37.32 39.32 37.52 -
YUV 168.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 173 168 157 0 0.03 0.09 0.32 41.25 0.09 0.65
Hex AD A8 9D 0 3 9 20 29 9 41
Octal 255 250 235 0 3 11 40 51 11 101
Binary 10101101 10101000 10011101 0 11 1001 100000 101001 1001 1000001

Color Harmonies of #ADA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA89D

Black with #ADA89D

Text Example


Text Example

White with #ADA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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