Html Css Color HEX #ABCCA8 Zanah

📋 copy color: '#ABCCA8'

red 171 ◦ green 204 ◦ blue 168

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

Shades of Zanah #ABCCA8

Tints of Zanah #ABCCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 31.49%
G = 37.57%
B = 30.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#ABCCA8 (or 0xABCCA8) is known color: Zanah. HEX triplet: AB, CC and A8. RGB value is (171,204,168). Sum of RGB (Red+Green+Blue) = 171+204+168=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCA8 is #543357. Grayscale: #BEBEBE. Windows color (decimal): -5518168 or 11062443. OLE color: 11062443.

HSL color Cylindrical-coordinate representation of color #ABCCA8: hue angle of 115º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCCA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 168 -
CMYK 0.16 0 0.18 0.2
HSL 115º 0.26% 0.73% -
HSV(B) 115º 0.18% 0.8% -
XYZ 45.46 54.67 45.2 -
YUV 190.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 171 204 168 0.16 0 0.18 0.2 115 0.26 0.73
Hex AB CC A8 10 0 12 14 73 1A 49
Octal 253 314 250 20 0 22 24 163 32 111
Binary 10101011 11001100 10101000 10000 0 10010 10100 1110011 11010 1001001

Color Harmonies of #ABCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCA8

Black with #ABCCA8

Text Example


Text Example

White with #ABCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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