Html Css Color HEX #ABCDA6 Zanah

📋 copy color: '#ABCDA6'

red 171 ◦ green 205 ◦ blue 166

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

Shades of Zanah #ABCDA6

Tints of Zanah #ABCDA6

RGB

 RED value IS 171 (67.19% from 255) = 31.55%

 GREEN value IS 205 (80.47% from 255) = 37.82%

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

R = 31.55%
G = 37.82%
B = 30.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#ABCDA6 (or 0xABCDA6) is known color: Zanah. HEX triplet: AB, CD and A6. RGB value is (171,205,166). Sum of RGB (Red+Green+Blue) = 171+205+166=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDA6 is #543259. Grayscale: #BEBEBE. Windows color (decimal): -5517914 or 10931627. OLE color: 10931627.

HSL color Cylindrical-coordinate representation of color #ABCDA6: hue angle of 112.31º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCDA6 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 166 -
CMYK 0.17 0 0.19 0.20
HSL 112.31º 0.28% 0.73% -
HSV(B) 112.31º 0.19% 0.8% -
XYZ 45.51 55.07 44.31 -
YUV 190.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 171 205 166 0.17 0 0.19 0.20 112.31 0.28 0.73
Hex AB CD A6 11 0 13 14 70 1C 49
Octal 253 315 246 21 0 23 24 160 34 111
Binary 10101011 11001101 10100110 10001 0 10011 10100 1110000 11100 1001001

Color Harmonies of #ABCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDA6

Black with #ABCDA6

Text Example


Text Example

White with #ABCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDA6; }

 p { color: rgb(171,205,166); }

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

background-color css

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

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

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

border-color css

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

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

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