Html Css Color HEX #ACB0AF Conch

📋 copy color: '#ACB0AF'

red 172 ◦ green 176 ◦ blue 175

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

Shades of Conch #ACB0AF

Tints of Conch #ACB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 32.89%
G = 33.65%
B = 33.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ACB0AF (or 0xACB0AF) is known color: Conch. HEX triplet: AC, B0 and AF. RGB value is (172,176,175). Sum of RGB (Red+Green+Blue) = 172+176+175=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AF is #534F50. Grayscale: #AEAEAE. Windows color (decimal): -5459793 or 11514028. OLE color: 11514028.

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

Color convert

RGB 172 176 175 -
CMYK 0.02 0 0.01 0.31
HSL 165º 0.02% 0.68% -
HSV(B) 165º 0.02% 0.69% -
XYZ 40.28 42.92 46.72 -
YUV 174.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 172 176 175 0.02 0 0.01 0.31 165 0.02 0.68
Hex AC B0 AF 2 0 1 1F A5 2 44
Octal 254 260 257 2 0 1 37 245 2 104
Binary 10101100 10110000 10101111 10 0 1 11111 10100101 10 1000100

Color Harmonies of #ACB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0AF

Black with #ACB0AF

Text Example


Text Example

White with #ACB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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