Html Css Color HEX #A6BDA6 Zanah

📋 copy color: '#A6BDA6'

red 166 ◦ green 189 ◦ blue 166

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

Shades of Zanah #A6BDA6

Tints of Zanah #A6BDA6

RGB

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

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

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

R = 31.86%
G = 36.28%
B = 31.86%

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

#A6BDA6 (or 0xA6BDA6) is known color: Zanah. HEX triplet: A6, BD and A6. RGB value is (166,189,166). Sum of RGB (Red+Green+Blue) = 166+189+166=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA6 is #594259. Grayscale: #B3B3B3. Windows color (decimal): -5849690 or 10927526. OLE color: 10927526.

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

Color convert

RGB 166 189 166 -
CMYK 0.12 0 0.12 0.26
HSL 120º 0.15% 0.7% -
HSV(B) 120º 0.12% 0.74% -
XYZ 40.81 47.26 43.05 -
YUV 179.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 166 189 166 0.12 0 0.12 0.26 120 0.15 0.7
Hex A6 BD A6 C 0 C 1A 78 F 46
Octal 246 275 246 14 0 14 32 170 17 106
Binary 10100110 10111101 10100110 1100 0 1100 11010 1111000 1111 1000110

Color Harmonies of #A6BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA6

Black with #A6BDA6

Text Example


Text Example

White with #A6BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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