Html Css Color HEX #ADCEAC Zanah

📋 copy color: '#ADCEAC'

red 173 ◦ green 206 ◦ blue 172

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

Shades of Zanah #ADCEAC

Tints of Zanah #ADCEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 31.4%
G = 37.39%
B = 31.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#ADCEAC (or 0xADCEAC) is known color: Zanah. HEX triplet: AD, CE and AC. RGB value is (173,206,172). Sum of RGB (Red+Green+Blue) = 173+206+172=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAC is #523153. Grayscale: #C0C0C0. Windows color (decimal): -5386580 or 11325101. OLE color: 11325101.

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

Color convert

RGB 173 206 172 -
CMYK 0.16 0 0.17 0.19
HSL 118.24º 0.26% 0.74% -
HSV(B) 118.24º 0.17% 0.81% -
XYZ 46.75 56.01 47.38 -
YUV 192.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 173 206 172 0.16 0 0.17 0.19 118.24 0.26 0.74
Hex AD CE AC 10 0 11 13 76 1A 4A
Octal 255 316 254 20 0 21 23 166 32 112
Binary 10101101 11001110 10101100 10000 0 10001 10011 1110110 11010 1001010

Color Harmonies of #ADCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEAC

Black with #ADCEAC

Text Example


Text Example

White with #ADCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEAC; }

 p { color: rgb(173,206,172); }

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

background-color css

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

 a { background-color: rgb(173,206,172); }

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

border-color css

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

 span { border-color: rgb(173,206,172); }

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