Html Css Color HEX #999DA2 Grey Chateau

📋 copy color: '#999DA2'

red 153 ◦ green 157 ◦ blue 162

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

Shades of Grey Chateau #999DA2

Tints of Grey Chateau #999DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 162 (63.67% from 255) = 34.32%

R = 32.42%
G = 33.26%
B = 34.32%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#999DA2 (or 0x999DA2) is known color: Grey Chateau. HEX triplet: 99, 9D and A2. RGB value is (153,157,162). Sum of RGB (Red+Green+Blue) = 153+157+162=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 162 - color contains mainly: blue. Hex color #999DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DA2 is #66625D. Grayscale: #9C9C9C. Windows color (decimal): -6709854 or 10657177. OLE color: 10657177.

HSL color Cylindrical-coordinate representation of color #999DA2: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999DA2 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 157 162 -
CMYK 0.06 0.03 0 0.36
HSL 213.33º 0.05% 0.62% -
HSV(B) 213.33º 0.06% 0.64% -
XYZ 31.72 33.49 38.98 -
YUV 156.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 153 157 162 0.06 0.03 0 0.36 213.33 0.05 0.62
Hex 99 9D A2 6 3 0 24 D5 5 3E
Octal 231 235 242 6 3 0 44 325 5 76
Binary 10011001 10011101 10100010 110 11 0 100100 11010101 101 111110

Color Harmonies of #999DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DA2

Black with #999DA2

Text Example


Text Example

White with #999DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999DA2; }

 p { color: rgb(153,157,162); }

 H1.HeaderClassName
 {
   color: #999DA2;
 }
 .AnyTagClassName
 {
   color: #999DA2;
 }
</style>

background-color css

<style>
 a { background-color: #999DA2; }

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

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

border-color css

<style>
 span { border-color: #999DA2; }

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

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