Html Css Color HEX #A6BDA7 Zanah

📋 copy color: '#A6BDA7'

red 166 ◦ green 189 ◦ blue 167

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

Shades of Zanah #A6BDA7

Tints of Zanah #A6BDA7

RGB

 RED value IS 166 (65.23% from 255) = 31.8%

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

 BLUE value IS 167 (65.63% from 255) = 31.99%

R = 31.8%
G = 36.21%
B = 31.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A6BDA7 (or 0xA6BDA7) is known color: Zanah. HEX triplet: A6, BD and A7. RGB value is (166,189,167). Sum of RGB (Red+Green+Blue) = 166+189+167=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA7 is #594258. Grayscale: #B3B3B3. Windows color (decimal): -5849689 or 10993062. OLE color: 10993062.

HSL color Cylindrical-coordinate representation of color #A6BDA7: hue angle of 122.61º degrees, saturation: 0.15, 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 #A6BDA7 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 167 -
CMYK 0.12 0 0.12 0.26
HSL 122.61º 0.15% 0.7% -
HSV(B) 122.61º 0.12% 0.74% -
XYZ 40.9 47.29 43.53 -
YUV 179.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 166 189 167 0.12 0 0.12 0.26 122.61 0.15 0.7
Hex A6 BD A7 C 0 C 1A 7B F 46
Octal 246 275 247 14 0 14 32 173 17 106
Binary 10100110 10111101 10100111 1100 0 1100 11010 1111011 1111 1000110

Color Harmonies of #A6BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA7

Black with #A6BDA7

Text Example


Text Example

White with #A6BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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