Html Css Color HEX #9AB3AF Conch

📋 copy color: '#9AB3AF'

red 154 ◦ green 179 ◦ blue 175

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

Shades of Conch #9AB3AF

Tints of Conch #9AB3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 30.31%
G = 35.24%
B = 34.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#9AB3AF (or 0x9AB3AF) is known color: Conch. HEX triplet: 9A, B3 and AF. RGB value is (154,179,175). Sum of RGB (Red+Green+Blue) = 154+179+175=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB3AF is #654C50. Grayscale: #ABABAB. Windows color (decimal): -6638673 or 11514778. OLE color: 11514778.

HSL color Cylindrical-coordinate representation of color #9AB3AF: hue angle of 170.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB3AF is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 175 -
CMYK 0.14 0 0.02 0.30
HSL 170.4º 0.14% 0.65% -
HSV(B) 170.4º 0.14% 0.7% -
XYZ 37.18 42.21 46.74 -
YUV 171.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 154 179 175 0.14 0 0.02 0.30 170.4 0.14 0.65
Hex 9A B3 AF E 0 2 1E AA E 41
Octal 232 263 257 16 0 2 36 252 16 101
Binary 10011010 10110011 10101111 1110 0 10 11110 10101010 1110 1000001

Color Harmonies of #9AB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB3AF

Black with #9AB3AF

Text Example


Text Example

White with #9AB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,175); }

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

background-color css

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

 a { background-color: rgb(154,179,175); }

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

border-color css

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

 span { border-color: rgb(154,179,175); }

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