Html Css Color HEX #9FA49B Delta

📋 copy color: '#9FA49B'

red 159 ◦ green 164 ◦ blue 155

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

Shades of Delta #9FA49B

Tints of Delta #9FA49B

RGB

 RED value IS 159 (62.5% from 255) = 33.26%

 GREEN value IS 164 (64.45% from 255) = 34.31%

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 33.26%
G = 34.31%
B = 32.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#9FA49B (or 0x9FA49B) is known color: Delta. HEX triplet: 9F, A4 and 9B. RGB value is (159,164,155). Sum of RGB (Red+Green+Blue) = 159+164+155=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA49B is #605B64. Grayscale: #A1A1A1. Windows color (decimal): -6314853 or 10200223. OLE color: 10200223.

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

Color convert

RGB 159 164 155 -
CMYK 0.03 0 0.05 0.36
HSL 93.33º 0.05% 0.63% -
HSV(B) 93.33º 0.05% 0.64% -
XYZ 33.49 36.29 36.25 -
YUV 161.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 159 164 155 0.03 0 0.05 0.36 93.33 0.05 0.63
Hex 9F A4 9B 3 0 5 24 5D 5 3F
Octal 237 244 233 3 0 5 44 135 5 77
Binary 10011111 10100100 10011011 11 0 101 100100 1011101 101 111111

Color Harmonies of #9FA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA49B

Black with #9FA49B

Text Example


Text Example

White with #9FA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,164,155); }

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

background-color css

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

 a { background-color: rgb(159,164,155); }

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

border-color css

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

 span { border-color: rgb(159,164,155); }

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