#ADCFAA

Color #ADCFAA Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ADCFAA

Tints of Zanah #ADCFAA

Color information

#ADCFAA (or 0xADCFAA) is unknown color: approx Zanah. HEX triplet: AD, CF and AA. RGB value is (173,207,170). Sum of RGB (Red+Green+Blue) = 173+207+170=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAA is #523055. Grayscale: #C0C0C0. Windows color (decimal): -5386326 or 11194285. OLE color: 11194285.

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

Color convert

RGB173207170-
CMYK0.1600.180.19
HSL115.14º27.82%73.92%-
HSV(B)115.14º17.87%81.18%-
XYZ46.856.4146.45-
YUV192.62115.24114.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=31.45%
G=37.64%
B=30.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071700.1600.180.19115.1427.8273.92
HexADCFAA1001213731c4a
Octal255317252200222316334112
Binary10101101110011111010101010000010010100111110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFAA; }

 p { color: rgb(173,207,170); }

 H1.HeaderClassName
 {
   color: #ADCFAA;
 }
 .AnyTagClassName
 {
   color: #ADCFAA;
 }
</style>
background-color css

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

 a { background-color: rgb(173,207,170); }

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

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

 span { border-color: rgb(173,207,170); }

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