Html Css Color HEX #A5BBA6 Zanah

📋 copy color: '#A5BBA6'

red 165 ◦ green 187 ◦ blue 166

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

Shades of Zanah #A5BBA6

Tints of Zanah #A5BBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

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

R = 31.85%
G = 36.1%
B = 32.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A5BBA6 (or 0xA5BBA6) is known color: Zanah. HEX triplet: A5, BB and A6. RGB value is (165,187,166). Sum of RGB (Red+Green+Blue) = 165+187+166=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBA6 is #5A4459. Grayscale: #B2B2B2. Windows color (decimal): -5915738 or 10927013. OLE color: 10927013.

HSL color Cylindrical-coordinate representation of color #A5BBA6: hue angle of 122.73º 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 #A5BBA6 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 166 -
CMYK 0.12 0 0.11 0.27
HSL 122.73º 0.14% 0.69% -
HSV(B) 122.73º 0.12% 0.73% -
XYZ 40.17 46.29 42.89 -
YUV 178.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 165 187 166 0.12 0 0.11 0.27 122.73 0.14 0.69
Hex A5 BB A6 C 0 B 1B 7B E 45
Octal 245 273 246 14 0 13 33 173 16 105
Binary 10100101 10111011 10100110 1100 0 1011 11011 1111011 1110 1000101

Color Harmonies of #A5BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBA6

Black with #A5BBA6

Text Example


Text Example

White with #A5BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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