Html Css Color HEX #ADA596 Cloudy

📋 copy color: '#ADA596'

red 173 ◦ green 165 ◦ blue 150

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

Shades of Cloudy #ADA596

Tints of Cloudy #ADA596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 35.45%
G = 33.81%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#ADA596 (or 0xADA596) is known color: Cloudy. HEX triplet: AD, A5 and 96. RGB value is (173,165,150). Sum of RGB (Red+Green+Blue) = 173+165+150=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA596 is #525A69. Grayscale: #A5A5A5. Windows color (decimal): -5397098 or 9872813. OLE color: 9872813.

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

Color convert

RGB 173 165 150 -
CMYK 0 0.05 0.13 0.32
HSL 39.13º 0.12% 0.63% -
HSV(B) 39.13º 0.13% 0.68% -
XYZ 36.19 38 34.28 -
YUV 165.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 173 165 150 0 0.05 0.13 0.32 39.13 0.12 0.63
Hex AD A5 96 0 5 D 20 27 C 3F
Octal 255 245 226 0 5 15 40 47 14 77
Binary 10101101 10100101 10010110 0 101 1101 100000 100111 1100 111111

Color Harmonies of #ADA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA596

Black with #ADA596

Text Example


Text Example

White with #ADA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA596; }

 p { color: rgb(173,165,150); }

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

background-color css

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

 a { background-color: rgb(173,165,150); }

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

border-color css

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

 span { border-color: rgb(173,165,150); }

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