#ADBEAE

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

Shades of Zanah #ADBEAE

Tints of Zanah #ADBEAE

Color information

#ADBEAE (or 0xADBEAE) is unknown color: approx Zanah. HEX triplet: AD, BE and AE. RGB value is (173,190,174). Sum of RGB (Red+Green+Blue) = 173+190+174=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEAE is #524151. Grayscale: #B7B7B7. Windows color (decimal): -5390674 or 11452077. OLE color: 11452077.

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

Color convert

RGB173190174-
CMYK0.0900.080.25
HSL123.53º11.56%71.18%-
HSV(B)123.53º8.95%74.51%-
XYZ43.2948.7747.18-
YUV183.09122.87120.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=32.22%
G=35.38%
B=32.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901740.0900.080.25123.5311.5671.18
HexADBEAE908197cc47
Octal255276256110103117414107
Binary10101101101111101010111010010100011001111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEAE; }

 p { color: rgb(173,190,174); }

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

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

 a { background-color: rgb(173,190,174); }

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

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

 span { border-color: rgb(173,190,174); }

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