Html Css Color HEX #ABCCA6 Zanah

📋 copy color: '#ABCCA6'

red 171 ◦ green 204 ◦ blue 166

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

Shades of Zanah #ABCCA6

Tints of Zanah #ABCCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

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

R = 31.61%
G = 37.71%
B = 30.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#ABCCA6 (or 0xABCCA6) is known color: Zanah. HEX triplet: AB, CC and A6. RGB value is (171,204,166). Sum of RGB (Red+Green+Blue) = 171+204+166=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCA6 is #543359. Grayscale: #BDBDBD. Windows color (decimal): -5518170 or 10931371. OLE color: 10931371.

HSL color Cylindrical-coordinate representation of color #ABCCA6: hue angle of 112.11º degrees, saturation: 0.27, 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 #ABCCA6 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 166 -
CMYK 0.16 0 0.19 0.2
HSL 112.11º 0.27% 0.73% -
HSV(B) 112.11º 0.19% 0.8% -
XYZ 45.27 54.6 44.23 -
YUV 189.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 171 204 166 0.16 0 0.19 0.2 112.11 0.27 0.73
Hex AB CC A6 10 0 13 14 70 1B 49
Octal 253 314 246 20 0 23 24 160 33 111
Binary 10101011 11001100 10100110 10000 0 10011 10100 1110000 11011 1001001

Color Harmonies of #ABCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCA6

Black with #ABCCA6

Text Example


Text Example

White with #ABCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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