Html Css Color HEX #ACB1B0 Conch

📋 copy color: '#ACB1B0'

red 172 ◦ green 177 ◦ blue 176

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

Shades of Conch #ACB1B0

Tints of Conch #ACB1B0

RGB

 RED value IS 172 (67.58% from 255) = 32.76%

 GREEN value IS 177 (69.53% from 255) = 33.71%

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 32.76%
G = 33.71%
B = 33.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ACB1B0 (or 0xACB1B0) is known color: Conch. HEX triplet: AC, B1 and B0. RGB value is (172,177,176). Sum of RGB (Red+Green+Blue) = 172+177+176=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1B0 is #534E4F. Grayscale: #AFAFAF. Windows color (decimal): -5459536 or 11579820. OLE color: 11579820.

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

Color convert

RGB 172 177 176 -
CMYK 0.03 0 0.01 0.31
HSL 168º 0.03% 0.68% -
HSV(B) 168º 0.03% 0.69% -
XYZ 40.57 43.35 47.3 -
YUV 175.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 172 177 176 0.03 0 0.01 0.31 168 0.03 0.68
Hex AC B1 B0 3 0 1 1F A8 3 44
Octal 254 261 260 3 0 1 37 250 3 104
Binary 10101100 10110001 10110000 11 0 1 11111 10101000 11 1000100

Color Harmonies of #ACB1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1B0

Black with #ACB1B0

Text Example


Text Example

White with #ACB1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1B0; }

 p { color: rgb(172,177,176); }

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

background-color css

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

 a { background-color: rgb(172,177,176); }

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

border-color css

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

 span { border-color: rgb(172,177,176); }

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