Html Css Color HEX #99ACA8 Conch

📋 copy color: '#99ACA8'

red 153 ◦ green 172 ◦ blue 168

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

Shades of Conch #99ACA8

Tints of Conch #99ACA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.08%

R = 31.03%
G = 34.89%
B = 34.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#99ACA8 (or 0x99ACA8) is known color: Conch. HEX triplet: 99, AC and A8. RGB value is (153,172,168). Sum of RGB (Red+Green+Blue) = 153+172+168=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #99ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACA8 is #665357. Grayscale: #A5A5A5. Windows color (decimal): -6706008 or 11054233. OLE color: 11054233.

HSL color Cylindrical-coordinate representation of color #99ACA8: hue angle of 167.37º 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 #99ACA8 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 172 168 -
CMYK 0.11 0 0.02 0.33
HSL 167.37º 0.1% 0.64% -
HSV(B) 167.37º 0.11% 0.67% -
XYZ 34.96 39.1 42.75 -
YUV 165.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 153 172 168 0.11 0 0.02 0.33 167.37 0.1 0.64
Hex 99 AC A8 B 0 2 21 A7 A 40
Octal 231 254 250 13 0 2 41 247 12 100
Binary 10011001 10101100 10101000 1011 0 10 100001 10100111 1010 1000000

Color Harmonies of #99ACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACA8

Black with #99ACA8

Text Example


Text Example

White with #99ACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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