Html Css Color HEX #A4BDA5 Zanah

📋 copy color: '#A4BDA5'

red 164 ◦ green 189 ◦ blue 165

#A4BDA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #A4BDA5

Tints of Zanah #A4BDA5

RGB

 RED value IS 164 (64.45% from 255) = 31.66%

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 31.66%
G = 36.49%
B = 31.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A4BDA5 (or 0xA4BDA5) is known color: Zanah. HEX triplet: A4, BD and A5. RGB value is (164,189,165). Sum of RGB (Red+Green+Blue) = 164+189+165=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA5 is #5B425A. Grayscale: #B2B2B2. Windows color (decimal): -5980763 or 10861988. OLE color: 10861988.

HSL color Cylindrical-coordinate representation of color #A4BDA5: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BDA5 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 165 -
CMYK 0.13 0 0.13 0.26
HSL 122.4º 0.16% 0.69% -
HSV(B) 122.4º 0.13% 0.74% -
XYZ 40.3 47 42.55 -
YUV 178.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 164 189 165 0.13 0 0.13 0.26 122.4 0.16 0.69
Hex A4 BD A5 D 0 D 1A 7A 10 45
Octal 244 275 245 15 0 15 32 172 20 105
Binary 10100100 10111101 10100101 1101 0 1101 11010 1111010 10000 1000101

Color Harmonies of #A4BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDA5

Black with #A4BDA5

Text Example


Text Example

White with #A4BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDA5; }

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

 H1.HeaderClassName
 {
   color: #A4BDA5;
 }
 .AnyTagClassName
 {
   color: #A4BDA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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