Html Css Color HEX #ADCAAB Zanah

📋 copy color: '#ADCAAB'

red 173 ◦ green 202 ◦ blue 171

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

Shades of Zanah #ADCAAB

Tints of Zanah #ADCAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

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

R = 31.68%
G = 37%
B = 31.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#ADCAAB (or 0xADCAAB) is known color: Zanah. HEX triplet: AD, CA and AB. RGB value is (173,202,171). Sum of RGB (Red+Green+Blue) = 173+202+171=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAAB is #523554. Grayscale: #BDBDBD. Windows color (decimal): -5387605 or 11258541. OLE color: 11258541.

HSL color Cylindrical-coordinate representation of color #ADCAAB: hue angle of 116.13º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCAAB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 171 -
CMYK 0.14 0 0.15 0.21
HSL 116.13º 0.23% 0.73% -
HSV(B) 116.13º 0.15% 0.79% -
XYZ 45.7 54.07 46.55 -
YUV 189.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 173 202 171 0.14 0 0.15 0.21 116.13 0.23 0.73
Hex AD CA AB E 0 F 15 74 17 49
Octal 255 312 253 16 0 17 25 164 27 111
Binary 10101101 11001010 10101011 1110 0 1111 10101 1110100 10111 1001001

Color Harmonies of #ADCAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAAB

Black with #ADCAAB

Text Example


Text Example

White with #ADCAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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