Html Css Color HEX #9A9995 Dawn

📋 copy color: '#9A9995'

red 154 ◦ green 153 ◦ blue 149

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

Shades of Dawn #9A9995

Tints of Dawn #9A9995

RGB

 RED value IS 154 (60.55% from 255) = 33.77%

 GREEN value IS 153 (60.16% from 255) = 33.55%

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 33.77%
G = 33.55%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A9995 (or 0x9A9995) is known color: Dawn. HEX triplet: 9A, 99 and 95. RGB value is (154,153,149). Sum of RGB (Red+Green+Blue) = 154+153+149=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9995 is #65666A. Grayscale: #989898. Windows color (decimal): -6645355 or 9804186. OLE color: 9804186.

HSL color Cylindrical-coordinate representation of color #9A9995: hue angle of 48º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A9995 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 153 149 -
CMYK 0 0.01 0.03 0.40
HSL 48º 0.02% 0.59% -
HSV(B) 48º 0.03% 0.6% -
XYZ 30.14 31.82 32.99 -
YUV 152.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 154 153 149 0 0.01 0.03 0.40 48 0.02 0.59
Hex 9A 99 95 0 1 3 28 30 2 3B
Octal 232 231 225 0 1 3 50 60 2 73
Binary 10011010 10011001 10010101 0 1 11 101000 110000 10 111011

Color Harmonies of #9A9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9995

Black with #9A9995

Text Example


Text Example

White with #9A9995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,153,149); }

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

background-color css

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

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

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

border-color css

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

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

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