Html Css Color HEX #A9B8B5 Conch

📋 copy color: '#A9B8B5'

red 169 ◦ green 184 ◦ blue 181

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

Shades of Conch #A9B8B5

Tints of Conch #A9B8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 31.65%
G = 34.46%
B = 33.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#A9B8B5 (or 0xA9B8B5) is known color: Conch. HEX triplet: A9, B8 and B5. RGB value is (169,184,181). Sum of RGB (Red+Green+Blue) = 169+184+181=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8B5 is #56474A. Grayscale: #B3B3B3. Windows color (decimal): -5654347 or 11909289. OLE color: 11909289.

HSL color Cylindrical-coordinate representation of color #A9B8B5: hue angle of 168º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A9B8B5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 184 181 -
CMYK 0.08 0 0.02 0.28
HSL 168º 0.1% 0.69% -
HSV(B) 168º 0.08% 0.72% -
XYZ 41.84 46.05 50.4 -
YUV 179.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 169 184 181 0.08 0 0.02 0.28 168 0.1 0.69
Hex A9 B8 B5 8 0 2 1C A8 A 45
Octal 251 270 265 10 0 2 34 250 12 105
Binary 10101001 10111000 10110101 1000 0 10 11100 10101000 1010 1000101

Color Harmonies of #A9B8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B8B5

Black with #A9B8B5

Text Example


Text Example

White with #A9B8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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