#A4B0AF

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

Shades of Conch #A4B0AF

Tints of Conch #A4B0AF

Color information

#A4B0AF (or 0xA4B0AF) is unknown color: approx Conch. HEX triplet: A4, B0 and AF. RGB value is (164,176,175). Sum of RGB (Red+Green+Blue) = 164+176+175=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B0AF is #5B4F50. Grayscale: #ACACAC. Windows color (decimal): -5984081 or 11514020. OLE color: 11514020.

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

Color convert

RGB164176175-
CMYK0.0700.010.31
HSL175º7.06%66.67%-
HSV(B)175º6.82%69.02%-
XYZ38.5742.0446.64-
YUV172.3129.52122.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=31.84%
G=34.17%
B=33.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761750.0700.010.311757.0666.67
HexA4B0AF7011Faf743
Octal244260257701372577103
Binary1010010010110000101011111110111111101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0AF; }

 p { color: rgb(164,176,175); }

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

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

 a { background-color: rgb(164,176,175); }

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

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

 span { border-color: rgb(164,176,175); }

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