#A8B4B3

Color #A8B4B3 Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #A8B4B3

Tints of Conch #A8B4B3

Color information

#A8B4B3 (or 0xA8B4B3) is unknown color: approx Conch. HEX triplet: A8, B4 and B3. RGB value is (168,180,179). Sum of RGB (Red+Green+Blue) = 168+180+179=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4B3 is #574B4C. Grayscale: #B0B0B0. Windows color (decimal): -5720909 or 11777192. OLE color: 11777192.

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

Color convert

RGB168180179-
CMYK0.0700.010.29
HSL175º7.41%68.24%-
HSV(B)175º6.67%70.59%-
XYZ40.6144.2249.04-
YUV176.3129.52122.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=31.88%
G=34.16%
B=33.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801790.0700.010.291757.4168.24
HexA8B4B37011Daf744
Octal250264263701352577104
Binary1010100010110100101100111110111101101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4B3; }

 p { color: rgb(168,180,179); }

 H1.HeaderClassName
 {
   color: #A8B4B3;
 }
 .AnyTagClassName
 {
   color: #A8B4B3;
 }
</style>
background-color css

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

 a { background-color: rgb(168,180,179); }

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

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

 span { border-color: rgb(168,180,179); }

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