Html Css Color HEX #99A199 Pewter

📋 copy color: '#99A199'

red 153 ◦ green 161 ◦ blue 153

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

Shades of Pewter #99A199

Tints of Pewter #99A199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 153 (60.16% from 255) = 32.76%

R = 32.76%
G = 34.48%
B = 32.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#99A199 (or 0x99A199) is known color: Pewter. HEX triplet: 99, A1 and 99. RGB value is (153,161,153). Sum of RGB (Red+Green+Blue) = 153+161+153=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #99A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A199 is #665E66. Grayscale: #9D9D9D. Windows color (decimal): -6708839 or 10068377. OLE color: 10068377.

HSL color Cylindrical-coordinate representation of color #99A199: hue angle of 120º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99A199 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 153 -
CMYK 0.05 0 0.05 0.37
HSL 120º 0.04% 0.62% -
HSV(B) 120º 0.05% 0.63% -
XYZ 31.63 34.56 35.14 -
YUV 157.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 153 161 153 0.05 0 0.05 0.37 120 0.04 0.62
Hex 99 A1 99 5 0 5 25 78 4 3E
Octal 231 241 231 5 0 5 45 170 4 76
Binary 10011001 10100001 10011001 101 0 101 100101 1111000 100 111110

Color Harmonies of #99A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A199

Black with #99A199

Text Example


Text Example

White with #99A199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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