Html Css Color HEX #A1B7B5 Conch

📋 copy color: '#A1B7B5'

red 161 ◦ green 183 ◦ blue 181

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

Shades of Conch #A1B7B5

Tints of Conch #A1B7B5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 30.67%
G = 34.86%
B = 34.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#A1B7B5 (or 0xA1B7B5) is known color: Conch. HEX triplet: A1, B7 and B5. RGB value is (161,183,181). Sum of RGB (Red+Green+Blue) = 161+183+181=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B7B5 is #5E484A. Grayscale: #B0B0B0. Windows color (decimal): -6178891 or 11909025. OLE color: 11909025.

HSL color Cylindrical-coordinate representation of color #A1B7B5: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B7B5 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 181 -
CMYK 0.12 0 0.01 0.28
HSL 174.55º 0.13% 0.67% -
HSV(B) 174.55º 0.12% 0.72% -
XYZ 39.97 44.78 50.25 -
YUV 176.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 161 183 181 0.12 0 0.01 0.28 174.55 0.13 0.67
Hex A1 B7 B5 C 0 1 1C AF D 43
Octal 241 267 265 14 0 1 34 257 15 103
Binary 10100001 10110111 10110101 1100 0 1 11100 10101111 1101 1000011

Color Harmonies of #A1B7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B7B5

Black with #A1B7B5

Text Example


Text Example

White with #A1B7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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