Html Css Color HEX #A9B2B1 Conch

📋 copy color: '#A9B2B1'

red 169 ◦ green 178 ◦ blue 177

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

Shades of Conch #A9B2B1

Tints of Conch #A9B2B1

RGB

 RED value IS 169 (66.41% from 255) = 32.25%

 GREEN value IS 178 (69.92% from 255) = 33.97%

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 32.25%
G = 33.97%
B = 33.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#A9B2B1 (or 0xA9B2B1) is known color: Conch. HEX triplet: A9, B2 and B1. RGB value is (169,178,177). Sum of RGB (Red+Green+Blue) = 169+178+177=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B2B1 is #564D4E. Grayscale: #AFAFAF. Windows color (decimal): -5655887 or 11645609. OLE color: 11645609.

HSL color Cylindrical-coordinate representation of color #A9B2B1: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A9B2B1 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 178 177 -
CMYK 0.05 0 0.01 0.30
HSL 173.33º 0.06% 0.68% -
HSV(B) 173.33º 0.05% 0.7% -
XYZ 40.22 43.45 47.86 -
YUV 175.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 169 178 177 0.05 0 0.01 0.30 173.33 0.06 0.68
Hex A9 B2 B1 5 0 1 1E AD 6 44
Octal 251 262 261 5 0 1 36 255 6 104
Binary 10101001 10110010 10110001 101 0 1 11110 10101101 110 1000100

Color Harmonies of #A9B2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2B1

Black with #A9B2B1

Text Example


Text Example

White with #A9B2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2B1; }

 p { color: rgb(169,178,177); }

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

background-color css

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

 a { background-color: rgb(169,178,177); }

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

border-color css

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

 span { border-color: rgb(169,178,177); }

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