Html Css Color HEX #ADCDAB Zanah

📋 copy color: '#ADCDAB'

red 173 ◦ green 205 ◦ blue 171

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

Shades of Zanah #ADCDAB

Tints of Zanah #ADCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 31.51%
G = 37.34%
B = 31.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#ADCDAB (or 0xADCDAB) is known color: Zanah. HEX triplet: AD, CD and AB. RGB value is (173,205,171). Sum of RGB (Red+Green+Blue) = 173+205+171=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDAB is #523254. Grayscale: #BFBFBF. Windows color (decimal): -5386837 or 11259309. OLE color: 11259309.

HSL color Cylindrical-coordinate representation of color #ADCDAB: hue angle of 116.47º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCDAB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 171 -
CMYK 0.16 0 0.17 0.20
HSL 116.47º 0.25% 0.74% -
HSV(B) 116.47º 0.17% 0.8% -
XYZ 46.42 55.49 46.79 -
YUV 191.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 173 205 171 0.16 0 0.17 0.20 116.47 0.25 0.74
Hex AD CD AB 10 0 11 14 74 19 4A
Octal 255 315 253 20 0 21 24 164 31 112
Binary 10101101 11001101 10101011 10000 0 10001 10100 1110100 11001 1001010

Color Harmonies of #ADCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDAB

Black with #ADCDAB

Text Example


Text Example

White with #ADCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDAB; }

 p { color: rgb(173,205,171); }

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

background-color css

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

 a { background-color: rgb(173,205,171); }

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

border-color css

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

 span { border-color: rgb(173,205,171); }

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