Html Css Color HEX #A0B4B1 Conch

📋 copy color: '#A0B4B1'

red 160 ◦ green 180 ◦ blue 177

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

Shades of Conch #A0B4B1

Tints of Conch #A0B4B1

RGB

 RED value IS 160 (62.89% from 255) = 30.95%

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 30.95%
G = 34.82%
B = 34.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#A0B4B1 (or 0xA0B4B1) is known color: Conch. HEX triplet: A0, B4 and B1. RGB value is (160,180,177). Sum of RGB (Red+Green+Blue) = 160+180+177=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4B1 is #5F4B4E. Grayscale: #ADADAD. Windows color (decimal): -6245199 or 11646112. OLE color: 11646112.

HSL color Cylindrical-coordinate representation of color #A0B4B1: hue angle of 171º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B4B1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 177 -
CMYK 0.11 0 0.02 0.29
HSL 171º 0.12% 0.67% -
HSV(B) 171º 0.11% 0.71% -
XYZ 38.75 43.29 47.91 -
YUV 173.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 160 180 177 0.11 0 0.02 0.29 171 0.12 0.67
Hex A0 B4 B1 B 0 2 1D AB C 43
Octal 240 264 261 13 0 2 35 253 14 103
Binary 10100000 10110100 10110001 1011 0 10 11101 10101011 1100 1000011

Color Harmonies of #A0B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4B1

Black with #A0B4B1

Text Example


Text Example

White with #A0B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4B1; }

 p { color: rgb(160,180,177); }

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

background-color css

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

 a { background-color: rgb(160,180,177); }

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

border-color css

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

 span { border-color: rgb(160,180,177); }

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