Html Css Color HEX #A1B5B0 Conch

📋 copy color: '#A1B5B0'

red 161 ◦ green 181 ◦ blue 176

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

Shades of Conch #A1B5B0

Tints of Conch #A1B5B0

RGB

 RED value IS 161 (63.28% from 255) = 31.08%

 GREEN value IS 181 (71.09% from 255) = 34.94%

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

R = 31.08%
G = 34.94%
B = 33.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#A1B5B0 (or 0xA1B5B0) is known color: Conch. HEX triplet: A1, B5 and B0. RGB value is (161,181,176). Sum of RGB (Red+Green+Blue) = 161+181+176=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5B0 is #5E4A4F. Grayscale: #AEAEAE. Windows color (decimal): -6179408 or 11580833. OLE color: 11580833.

HSL color Cylindrical-coordinate representation of color #A1B5B0: hue angle of 165º 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 #A1B5B0 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 176 -
CMYK 0.11 0 0.03 0.29
HSL 165º 0.12% 0.67% -
HSV(B) 165º 0.11% 0.71% -
XYZ 39.06 43.76 47.46 -
YUV 174.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 161 181 176 0.11 0 0.03 0.29 165 0.12 0.67
Hex A1 B5 B0 B 0 3 1D A5 C 43
Octal 241 265 260 13 0 3 35 245 14 103
Binary 10100001 10110101 10110000 1011 0 11 11101 10100101 1100 1000011

Color Harmonies of #A1B5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5B0

Black with #A1B5B0

Text Example


Text Example

White with #A1B5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5B0; }

 p { color: rgb(161,181,176); }

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

background-color css

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

 a { background-color: rgb(161,181,176); }

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

border-color css

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

 span { border-color: rgb(161,181,176); }

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