Html Css Color HEX #A1B5B1 Conch

📋 copy color: '#A1B5B1'

red 161 ◦ green 181 ◦ blue 177

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

Shades of Conch #A1B5B1

Tints of Conch #A1B5B1

RGB

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

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

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

R = 31.02%
G = 34.87%
B = 34.1%

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

#A1B5B1 (or 0xA1B5B1) is known color: Conch. HEX triplet: A1, B5 and B1. RGB value is (161,181,177). Sum of RGB (Red+Green+Blue) = 161+181+177=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B5B1 is #5E4A4E. Grayscale: #AEAEAE. Windows color (decimal): -6179407 or 11646369. OLE color: 11646369.

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

Color convert

RGB 161 181 177 -
CMYK 0.11 0 0.02 0.29
HSL 168º 0.12% 0.67% -
HSV(B) 168º 0.11% 0.71% -
XYZ 39.16 43.8 47.99 -
YUV 174.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 161 181 177 0.11 0 0.02 0.29 168 0.12 0.67
Hex A1 B5 B1 B 0 2 1D A8 C 43
Octal 241 265 261 13 0 2 35 250 14 103
Binary 10100001 10110101 10110001 1011 0 10 11101 10101000 1100 1000011

Color Harmonies of #A1B5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B5B1

Black with #A1B5B1

Text Example


Text Example

White with #A1B5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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