Html Css Color HEX #9CABA5 Tower Grey

📋 copy color: '#9CABA5'

red 156 ◦ green 171 ◦ blue 165

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

Shades of Tower Grey #9CABA5

Tints of Tower Grey #9CABA5

RGB

 RED value IS 156 (61.33% from 255) = 31.71%

 GREEN value IS 171 (67.19% from 255) = 34.76%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 31.71%
G = 34.76%
B = 33.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#9CABA5 (or 0x9CABA5) is known color: Tower Grey. HEX triplet: 9C, AB and A5. RGB value is (156,171,165). Sum of RGB (Red+Green+Blue) = 156+171+165=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #9CABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABA5 is #63545A. Grayscale: #A5A5A5. Windows color (decimal): -6509659 or 10857372. OLE color: 10857372.

HSL color Cylindrical-coordinate representation of color #9CABA5: hue angle of 156º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CABA5 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 171 165 -
CMYK 0.09 0 0.04 0.33
HSL 156º 0.08% 0.64% -
HSV(B) 156º 0.09% 0.67% -
XYZ 35.06 38.91 41.26 -
YUV 165.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 156 171 165 0.09 0 0.04 0.33 156 0.08 0.64
Hex 9C AB A5 9 0 4 21 9C 8 40
Octal 234 253 245 11 0 4 41 234 10 100
Binary 10011100 10101011 10100101 1001 0 100 100001 10011100 1000 1000000

Color Harmonies of #9CABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CABA5

Black with #9CABA5

Text Example


Text Example

White with #9CABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CABA5; }

 p { color: rgb(156,171,165); }

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

background-color css

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

 a { background-color: rgb(156,171,165); }

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

border-color css

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

 span { border-color: rgb(156,171,165); }

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