Html Css Color HEX #A9B2B0 Conch

📋 copy color: '#A9B2B0'

red 169 ◦ green 178 ◦ blue 176

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

Shades of Conch #A9B2B0

Tints of Conch #A9B2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 32.31%
G = 34.03%
B = 33.65%

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

#A9B2B0 (or 0xA9B2B0) is known color: Conch. HEX triplet: A9, B2 and B0. RGB value is (169,178,176). Sum of RGB (Red+Green+Blue) = 169+178+176=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B2B0 is #564D4F. Grayscale: #AFAFAF. Windows color (decimal): -5655888 or 11580073. OLE color: 11580073.

HSL color Cylindrical-coordinate representation of color #A9B2B0: hue angle of 166.67º 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 #A9B2B0 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 178 176 -
CMYK 0.05 0 0.01 0.30
HSL 166.67º 0.06% 0.68% -
HSV(B) 166.67º 0.05% 0.7% -
XYZ 40.12 43.41 47.34 -
YUV 175.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 169 178 176 0.05 0 0.01 0.30 166.67 0.06 0.68
Hex A9 B2 B0 5 0 1 1E A7 6 44
Octal 251 262 260 5 0 1 36 247 6 104
Binary 10101001 10110010 10110000 101 0 1 11110 10100111 110 1000100

Color Harmonies of #A9B2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2B0

Black with #A9B2B0

Text Example


Text Example

White with #A9B2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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