Html Css Color HEX #ABCCAD Zanah

📋 copy color: '#ABCCAD'

red 171 ◦ green 204 ◦ blue 173

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

Shades of Zanah #ABCCAD

Tints of Zanah #ABCCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 31.2%
G = 37.23%
B = 31.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#ABCCAD (or 0xABCCAD) is known color: Zanah. HEX triplet: AB, CC and AD. RGB value is (171,204,173). Sum of RGB (Red+Green+Blue) = 171+204+173=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCAD is #543352. Grayscale: #BEBEBE. Windows color (decimal): -5518163 or 11390123. OLE color: 11390123.

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

Color convert

RGB 171 204 173 -
CMYK 0.16 0 0.15 0.2
HSL 123.64º 0.24% 0.74% -
HSV(B) 123.64º 0.16% 0.8% -
XYZ 45.93 54.86 47.7 -
YUV 190.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 171 204 173 0.16 0 0.15 0.2 123.64 0.24 0.74
Hex AB CC AD 10 0 F 14 7C 18 4A
Octal 253 314 255 20 0 17 24 174 30 112
Binary 10101011 11001100 10101101 10000 0 1111 10100 1111100 11000 1001010

Color Harmonies of #ABCCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCAD

Black with #ABCCAD

Text Example


Text Example

White with #ABCCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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