#A8ACAB

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

Shades of Conch #A8ACAB

Tints of Conch #A8ACAB

Color information

#A8ACAB (or 0xA8ACAB) is unknown color: approx Conch. HEX triplet: A8, AC and AB. RGB value is (168,172,171). Sum of RGB (Red+Green+Blue) = 168+172+171=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACAB is #575354. Grayscale: #AAAAAA. Windows color (decimal): -5722965 or 11250856. OLE color: 11250856.

HSL color Cylindrical-coordinate representation of color #A8ACAB: hue angle of 165º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8ACAB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB168172171-
CMYK0.0200.010.33
HSL165º2.35%66.67%-
HSV(B)165º2.33%67.45%-
XYZ38.2540.7744.38-
YUV170.69128.17126.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=32.88%
G=33.66%
B=33.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721710.0200.010.331652.3566.67
HexA8ACAB20121a5243
Octal250254253201412452103
Binary101010001010110010101011100110000110100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACAB; }

 p { color: rgb(168,172,171); }

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

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

 a { background-color: rgb(168,172,171); }

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

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

 span { border-color: rgb(168,172,171); }

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