#ADBFAC

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

Shades of Zanah #ADBFAC

Tints of Zanah #ADBFAC

Color information

#ADBFAC (or 0xADBFAC) is unknown color: approx Zanah. HEX triplet: AD, BF and AC. RGB value is (173,191,172). Sum of RGB (Red+Green+Blue) = 173+191+172=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFAC is #524053. Grayscale: #B7B7B7. Windows color (decimal): -5390420 or 11321261. OLE color: 11321261.

HSL color Cylindrical-coordinate representation of color #ADBFAC: hue angle of 116.84º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBFAC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB173191172-
CMYK0.0900.100.25
HSL116.84º12.93%71.18%-
HSV(B)116.84º9.95%74.9%-
XYZ43.3149.1246.23-
YUV183.45121.54120.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=32.28%
G=35.63%
B=32.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911720.0900.100.25116.8412.9371.18
HexADBFAC90A1975d47
Octal255277254110123116515107
Binary10101101101111111010110010010101011001111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFAC; }

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

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

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

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

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

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

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

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