#A4BBA5

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

Shades of Zanah #A4BBA5

Tints of Zanah #A4BBA5

Color information

#A4BBA5 (or 0xA4BBA5) is unknown color: approx Zanah. HEX triplet: A4, BB and A5. RGB value is (164,187,165). Sum of RGB (Red+Green+Blue) = 164+187+165=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA5 is #5B445A. Grayscale: #B1B1B1. Windows color (decimal): -5981275 or 10861476. OLE color: 10861476.

HSL color Cylindrical-coordinate representation of color #A4BBA5: hue angle of 122.61º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB164187165-
CMYK0.1200.120.27
HSL122.61º14.47%68.82%-
HSV(B)122.61º12.3%73.33%-
XYZ39.8746.1542.4-
YUV177.62120.88118.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=31.78%
G=36.24%
B=31.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871650.1200.120.27122.6114.4768.82
HexA4BBA5C0C1B7be45
Octal244273245140143317316105
Binary10100100101110111010010111000110011011111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBA5; }

 p { color: rgb(164,187,165); }

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

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

 a { background-color: rgb(164,187,165); }

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

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

 span { border-color: rgb(164,187,165); }

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