Html Css Color HEX #ABCAA6 Zanah

📋 copy color: '#ABCAA6'

red 171 ◦ green 202 ◦ blue 166

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

Shades of Zanah #ABCAA6

Tints of Zanah #ABCAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

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

R = 31.73%
G = 37.48%
B = 30.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#ABCAA6 (or 0xABCAA6) is known color: Zanah. HEX triplet: AB, CA and A6. RGB value is (171,202,166). Sum of RGB (Red+Green+Blue) = 171+202+166=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA6 is #543559. Grayscale: #BCBCBC. Windows color (decimal): -5518682 or 10930859. OLE color: 10930859.

HSL color Cylindrical-coordinate representation of color #ABCAA6: hue angle of 111.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCAA6 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 166 -
CMYK 0.15 0 0.18 0.21
HSL 111.67º 0.25% 0.72% -
HSV(B) 111.67º 0.18% 0.79% -
XYZ 44.8 53.65 44.07 -
YUV 188.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 171 202 166 0.15 0 0.18 0.21 111.67 0.25 0.72
Hex AB CA A6 F 0 12 15 70 19 48
Octal 253 312 246 17 0 22 25 160 31 110
Binary 10101011 11001010 10100110 1111 0 10010 10101 1110000 11001 1001000

Color Harmonies of #ABCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAA6

Black with #ABCAA6

Text Example


Text Example

White with #ABCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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