Html Css Color HEX #A1B7B3 Conch

📋 copy color: '#A1B7B3'

red 161 ◦ green 183 ◦ blue 179

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

Shades of Conch #A1B7B3

Tints of Conch #A1B7B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.23%

R = 30.78%
G = 34.99%
B = 34.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#A1B7B3 (or 0xA1B7B3) is known color: Conch. HEX triplet: A1, B7 and B3. RGB value is (161,183,179). Sum of RGB (Red+Green+Blue) = 161+183+179=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B7B3 is #5E484C. Grayscale: #AFAFAF. Windows color (decimal): -6178893 or 11777953. OLE color: 11777953.

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

Color convert

RGB 161 183 179 -
CMYK 0.12 0 0.02 0.28
HSL 169.09º 0.13% 0.67% -
HSV(B) 169.09º 0.12% 0.72% -
XYZ 39.77 44.7 49.18 -
YUV 175.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 161 183 179 0.12 0 0.02 0.28 169.09 0.13 0.67
Hex A1 B7 B3 C 0 2 1C A9 D 43
Octal 241 267 263 14 0 2 34 251 15 103
Binary 10100001 10110111 10110011 1100 0 10 11100 10101001 1101 1000011

Color Harmonies of #A1B7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B7B3

Black with #A1B7B3

Text Example


Text Example

White with #A1B7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B7B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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