Html Css Color HEX #ABB0AF Conch

📋 copy color: '#ABB0AF'

red 171 ◦ green 176 ◦ blue 175

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

Shades of Conch #ABB0AF

Tints of Conch #ABB0AF

RGB

 RED value IS 171 (67.19% from 255) = 32.76%

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

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

R = 32.76%
G = 33.72%
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

#ABB0AF (or 0xABB0AF) is known color: Conch. HEX triplet: AB, B0 and AF. RGB value is (171,176,175). Sum of RGB (Red+Green+Blue) = 171+176+175=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0AF is #544F50. Grayscale: #AEAEAE. Windows color (decimal): -5525329 or 11514027. OLE color: 11514027.

HSL color Cylindrical-coordinate representation of color #ABB0AF: 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 #ABB0AF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 176 175 -
CMYK 0.03 0 0.01 0.31
HSL 168º 0.03% 0.68% -
HSV(B) 168º 0.03% 0.69% -
XYZ 40.06 42.8 46.71 -
YUV 174.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 171 176 175 0.03 0 0.01 0.31 168 0.03 0.68
Hex AB B0 AF 3 0 1 1F A8 3 44
Octal 253 260 257 3 0 1 37 250 3 104
Binary 10101011 10110000 10101111 11 0 1 11111 10101000 11 1000100

Color Harmonies of #ABB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0AF

Black with #ABB0AF

Text Example


Text Example

White with #ABB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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