Html Css Color HEX #99ACAC Hit Grey

📋 copy color: '#99ACAC'

red 153 ◦ green 172 ◦ blue 172

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

Shades of Hit Grey #99ACAC

Tints of Hit Grey #99ACAC

RGB

 RED value IS 153 (60.16% from 255) = 30.78%

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

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 30.78%
G = 34.61%
B = 34.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#99ACAC (or 0x99ACAC) is known color: Hit Grey. HEX triplet: 99, AC and AC. RGB value is (153,172,172). Sum of RGB (Red+Green+Blue) = 153+172+172=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #99ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACAC is #665353. Grayscale: #A6A6A6. Windows color (decimal): -6706004 or 11316377. OLE color: 11316377.

HSL color Cylindrical-coordinate representation of color #99ACAC: hue angle of 180º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99ACAC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 172 172 -
CMYK 0.11 0 0 0.33
HSL 180º 0.1% 0.64% -
HSV(B) 180º 0.11% 0.67% -
XYZ 35.34 39.26 44.74 -
YUV 166.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 153 172 172 0.11 0 0 0.33 180 0.1 0.64
Hex 99 AC AC B 0 0 21 B4 A 40
Octal 231 254 254 13 0 0 41 264 12 100
Binary 10011001 10101100 10101100 1011 0 0 100001 10110100 1010 1000000

Color Harmonies of #99ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACAC

Black with #99ACAC

Text Example


Text Example

White with #99ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99ACAC; }

 p { color: rgb(153,172,172); }

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

background-color css

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

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

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

border-color css

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

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

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