Html Css Color HEX #A9B5B3 Conch

📋 copy color: '#A9B5B3'

red 169 ◦ green 181 ◦ blue 179

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

Shades of Conch #A9B5B3

Tints of Conch #A9B5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

 BLUE value IS 179 (70.31% from 255) = 33.84%

R = 31.95%
G = 34.22%
B = 33.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A9B5B3 (or 0xA9B5B3) is known color: Conch. HEX triplet: A9, B5 and B3. RGB value is (169,181,179). Sum of RGB (Red+Green+Blue) = 169+181+179=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5B3 is #564A4C. Grayscale: #B1B1B1. Windows color (decimal): -5655117 or 11777449. OLE color: 11777449.

HSL color Cylindrical-coordinate representation of color #A9B5B3: hue angle of 170º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B5B3 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 181 179 -
CMYK 0.07 0 0.01 0.29
HSL 170º 0.08% 0.69% -
HSV(B) 170º 0.07% 0.71% -
XYZ 41.02 44.74 49.12 -
YUV 177.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 169 181 179 0.07 0 0.01 0.29 170 0.08 0.69
Hex A9 B5 B3 7 0 1 1D AA 8 45
Octal 251 265 263 7 0 1 35 252 10 105
Binary 10101001 10110101 10110011 111 0 1 11101 10101010 1000 1000101

Color Harmonies of #A9B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B5B3

Black with #A9B5B3

Text Example


Text Example

White with #A9B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B5B3; }

 p { color: rgb(169,181,179); }

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

background-color css

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

 a { background-color: rgb(169,181,179); }

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

border-color css

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

 span { border-color: rgb(169,181,179); }

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