Html Css Color HEX #93ACA3 Cascade

📋 copy color: '#93ACA3'

red 147 ◦ green 172 ◦ blue 163

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

Shades of Cascade #93ACA3

Tints of Cascade #93ACA3

RGB

 RED value IS 147 (57.81% from 255) = 30.5%

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 30.5%
G = 35.68%
B = 33.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#93ACA3 (or 0x93ACA3) is known color: Cascade. HEX triplet: 93, AC and A3. RGB value is (147,172,163). Sum of RGB (Red+Green+Blue) = 147+172+163=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #93ACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACA3 is #6C535C. Grayscale: #A3A3A3. Windows color (decimal): -7099229 or 10726547. OLE color: 10726547.

HSL color Cylindrical-coordinate representation of color #93ACA3: hue angle of 158.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ACA3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 163 -
CMYK 0.15 0 0.05 0.33
HSL 158.4º 0.13% 0.63% -
HSV(B) 158.4º 0.15% 0.67% -
XYZ 33.4 38.35 40.29 -
YUV 163.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 147 172 163 0.15 0 0.05 0.33 158.4 0.13 0.63
Hex 93 AC A3 F 0 5 21 9E D 3F
Octal 223 254 243 17 0 5 41 236 15 77
Binary 10010011 10101100 10100011 1111 0 101 100001 10011110 1101 111111

Color Harmonies of #93ACA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACA3

Black with #93ACA3

Text Example


Text Example

White with #93ACA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93ACA3; }

 p { color: rgb(147,172,163); }

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

background-color css

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

 a { background-color: rgb(147,172,163); }

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

border-color css

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

 span { border-color: rgb(147,172,163); }

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