Html Css Color HEX #ADA499 Cloudy

📋 copy color: '#ADA499'

red 173 ◦ green 164 ◦ blue 153

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

Shades of Cloudy #ADA499

Tints of Cloudy #ADA499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.22%

R = 35.31%
G = 33.47%
B = 31.22%

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

#ADA499 (or 0xADA499) is known color: Cloudy. HEX triplet: AD, A4 and 99. RGB value is (173,164,153). Sum of RGB (Red+Green+Blue) = 173+164+153=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA499 is #525B66. Grayscale: #A5A5A5. Windows color (decimal): -5397351 or 10069165. OLE color: 10069165.

HSL color Cylindrical-coordinate representation of color #ADA499: hue angle of 33º 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 #ADA499 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 153 -
CMYK 0 0.05 0.12 0.32
HSL 33º 0.11% 0.64% -
HSV(B) 33º 0.12% 0.68% -
XYZ 36.26 37.74 35.51 -
YUV 165.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 173 164 153 0 0.05 0.12 0.32 33 0.11 0.64
Hex AD A4 99 0 5 C 20 21 B 40
Octal 255 244 231 0 5 14 40 41 13 100
Binary 10101101 10100100 10011001 0 101 1100 100000 100001 1011 1000000

Color Harmonies of #ADA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA499

Black with #ADA499

Text Example


Text Example

White with #ADA499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA499; }

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

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

background-color css

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

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

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

border-color css

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

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

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