#AFB4B3

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

Shades of Conch #AFB4B3

Tints of Conch #AFB4B3

Color information

#AFB4B3 (or 0xAFB4B3) is unknown color: approx Conch. HEX triplet: AF, B4 and B3. RGB value is (175,180,179). Sum of RGB (Red+Green+Blue) = 175+180+179=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4B3 is #504B4C. Grayscale: #B2B2B2. Windows color (decimal): -5262157 or 11777199. OLE color: 11777199.

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

Color convert

RGB175180179-
CMYK0.0300.010.29
HSL168º3.23%69.61%-
HSV(B)168º2.78%70.59%-
XYZ42.1445.0149.11-
YUV178.39128.34125.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=32.77%
G=33.71%
B=33.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801790.0300.010.291683.2369.61
HexAFB4B33011Da8346
Octal257264263301352503106
Binary10101111101101001011001111011110110101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4B3; }

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

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

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

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

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

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

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

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