#A7BDA8

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

Shades of Zanah #A7BDA8

Tints of Zanah #A7BDA8

Color information

#A7BDA8 (or 0xA7BDA8) is unknown color: approx Zanah. HEX triplet: A7, BD and A8. RGB value is (167,189,168). Sum of RGB (Red+Green+Blue) = 167+189+168=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA8 is #584257. Grayscale: #B4B4B4. Windows color (decimal): -5784152 or 11058599. OLE color: 11058599.

HSL color Cylindrical-coordinate representation of color #A7BDA8: hue angle of 122.73º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDA8 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB167189168-
CMYK0.1200.110.26
HSL122.73º14.29%69.8%-
HSV(B)122.73º11.64%74.12%-
XYZ41.247.4444.03-
YUV180.03121.21118.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=31.87%
G=36.07%
B=32.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891680.1200.110.26122.7314.2969.8
HexA7BDA8C0B1A7be46
Octal247275250140133217316106
Binary10100111101111011010100011000101111010111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDA8; }

 p { color: rgb(167,189,168); }

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

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

 a { background-color: rgb(167,189,168); }

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

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

 span { border-color: rgb(167,189,168); }

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