Html Css Color HEX #ADA49A Cloudy

📋 copy color: '#ADA49A'

red 173 ◦ green 164 ◦ blue 154

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

Shades of Cloudy #ADA49A

Tints of Cloudy #ADA49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 35.23%
G = 33.4%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#ADA49A (or 0xADA49A) is known color: Cloudy. HEX triplet: AD, A4 and 9A. RGB value is (173,164,154). Sum of RGB (Red+Green+Blue) = 173+164+154=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA49A is #525B65. Grayscale: #A5A5A5. Windows color (decimal): -5397350 or 10134701. OLE color: 10134701.

HSL color Cylindrical-coordinate representation of color #ADA49A: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADA49A is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 154 -
CMYK 0 0.05 0.11 0.32
HSL 31.58º 0.1% 0.64% -
HSV(B) 31.58º 0.11% 0.68% -
XYZ 36.34 37.77 35.95 -
YUV 165.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 173 164 154 0 0.05 0.11 0.32 31.58 0.1 0.64
Hex AD A4 9A 0 5 B 20 20 A 40
Octal 255 244 232 0 5 13 40 40 12 100
Binary 10101101 10100100 10011010 0 101 1011 100000 100000 1010 1000000

Color Harmonies of #ADA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA49A

Black with #ADA49A

Text Example


Text Example

White with #ADA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA49A; }

 p { color: rgb(173,164,154); }

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

background-color css

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

 a { background-color: rgb(173,164,154); }

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

border-color css

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

 span { border-color: rgb(173,164,154); }

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