Html Css Color HEX #A5BEA6 Zanah

📋 copy color: '#A5BEA6'

red 165 ◦ green 190 ◦ blue 166

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

Shades of Zanah #A5BEA6

Tints of Zanah #A5BEA6

RGB

 RED value IS 165 (64.84% from 255) = 31.67%

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 31.67%
G = 36.47%
B = 31.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#A5BEA6 (or 0xA5BEA6) is known color: Zanah. HEX triplet: A5, BE and A6. RGB value is (165,190,166). Sum of RGB (Red+Green+Blue) = 165+190+166=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA6 is #5A4159. Grayscale: #B3B3B3. Windows color (decimal): -5914970 or 10927781. OLE color: 10927781.

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

Color convert

RGB 165 190 166 -
CMYK 0.13 0 0.13 0.25
HSL 122.4º 0.16% 0.7% -
HSV(B) 122.4º 0.13% 0.75% -
XYZ 40.81 47.58 43.11 -
YUV 179.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 165 190 166 0.13 0 0.13 0.25 122.4 0.16 0.7
Hex A5 BE A6 D 0 D 19 7A 10 46
Octal 245 276 246 15 0 15 31 172 20 106
Binary 10100101 10111110 10100110 1101 0 1101 11001 1111010 10000 1000110

Color Harmonies of #A5BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEA6

Black with #A5BEA6

Text Example


Text Example

White with #A5BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEA6; }

 p { color: rgb(165,190,166); }

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

background-color css

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

 a { background-color: rgb(165,190,166); }

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

border-color css

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

 span { border-color: rgb(165,190,166); }

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