Html Css Color HEX #ADA498 Cloudy

📋 copy color: '#ADA498'

red 173 ◦ green 164 ◦ blue 152

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

Shades of Cloudy #ADA498

Tints of Cloudy #ADA498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 35.38%
G = 33.54%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#ADA498 (or 0xADA498) is known color: Cloudy. HEX triplet: AD, A4 and 98. RGB value is (173,164,152). Sum of RGB (Red+Green+Blue) = 173+164+152=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA498 is #525B67. Grayscale: #A5A5A5. Windows color (decimal): -5397352 or 10003629. OLE color: 10003629.

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

Color convert

RGB 173 164 152 -
CMYK 0 0.05 0.12 0.32
HSL 34.29º 0.11% 0.64% -
HSV(B) 34.29º 0.12% 0.68% -
XYZ 36.18 37.7 35.08 -
YUV 165.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 173 164 152 0 0.05 0.12 0.32 34.29 0.11 0.64
Hex AD A4 98 0 5 C 20 22 B 40
Octal 255 244 230 0 5 14 40 42 13 100
Binary 10101101 10100100 10011000 0 101 1100 100000 100010 1011 1000000

Color Harmonies of #ADA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA498

Black with #ADA498

Text Example


Text Example

White with #ADA498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA498; }

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

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

background-color css

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

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

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

border-color css

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

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

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