Html Css Color HEX #ABCCAA Zanah

📋 copy color: '#ABCCAA'

red 171 ◦ green 204 ◦ blue 170

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

Shades of Zanah #ABCCAA

Tints of Zanah #ABCCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 31.38%
G = 37.43%
B = 31.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#ABCCAA (or 0xABCCAA) is known color: Zanah. HEX triplet: AB, CC and AA. RGB value is (171,204,170). Sum of RGB (Red+Green+Blue) = 171+204+170=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCAA is #543355. Grayscale: #BEBEBE. Windows color (decimal): -5518166 or 11193515. OLE color: 11193515.

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

Color convert

RGB 171 204 170 -
CMYK 0.16 0 0.17 0.2
HSL 118.24º 0.25% 0.73% -
HSV(B) 118.24º 0.17% 0.8% -
XYZ 45.64 54.75 46.19 -
YUV 190.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 171 204 170 0.16 0 0.17 0.2 118.24 0.25 0.73
Hex AB CC AA 10 0 11 14 76 19 49
Octal 253 314 252 20 0 21 24 166 31 111
Binary 10101011 11001100 10101010 10000 0 10001 10100 1110110 11001 1001001

Color Harmonies of #ABCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCAA

Black with #ABCCAA

Text Example


Text Example

White with #ABCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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