Html Css Color HEX #A3B4B1 Conch

📋 copy color: '#A3B4B1'

red 163 ◦ green 180 ◦ blue 177

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

Shades of Conch #A3B4B1

Tints of Conch #A3B4B1

RGB

 RED value IS 163 (64.06% from 255) = 31.35%

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

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

R = 31.35%
G = 34.62%
B = 34.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#A3B4B1 (or 0xA3B4B1) is known color: Conch. HEX triplet: A3, B4 and B1. RGB value is (163,180,177). Sum of RGB (Red+Green+Blue) = 163+180+177=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4B1 is #5C4B4E. Grayscale: #AEAEAE. Windows color (decimal): -6048591 or 11646115. OLE color: 11646115.

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

Color convert

RGB 163 180 177 -
CMYK 0.09 0 0.02 0.29
HSL 169.41º 0.1% 0.67% -
HSV(B) 169.41º 0.09% 0.71% -
XYZ 39.36 43.6 47.94 -
YUV 174.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 163 180 177 0.09 0 0.02 0.29 169.41 0.1 0.67
Hex A3 B4 B1 9 0 2 1D A9 A 43
Octal 243 264 261 11 0 2 35 251 12 103
Binary 10100011 10110100 10110001 1001 0 10 11101 10101001 1010 1000011

Color Harmonies of #A3B4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B4B1

Black with #A3B4B1

Text Example


Text Example

White with #A3B4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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