Html Css Color HEX #A3B4B3 Conch

📋 copy color: '#A3B4B3'

red 163 ◦ green 180 ◦ blue 179

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

Shades of Conch #A3B4B3

Tints of Conch #A3B4B3

RGB

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

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

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

R = 31.23%
G = 34.48%
B = 34.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A3B4B3 (or 0xA3B4B3) is known color: Conch. HEX triplet: A3, B4 and B3. RGB value is (163,180,179). Sum of RGB (Red+Green+Blue) = 163+180+179=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4B3 is #5C4B4C. Grayscale: #AEAEAE. Windows color (decimal): -6048589 or 11777187. OLE color: 11777187.

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

Color convert

RGB 163 180 179 -
CMYK 0.09 0 0.01 0.29
HSL 176.47º 0.1% 0.67% -
HSV(B) 176.47º 0.09% 0.71% -
XYZ 39.56 43.68 48.99 -
YUV 174.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 163 180 179 0.09 0 0.01 0.29 176.47 0.1 0.67
Hex A3 B4 B3 9 0 1 1D B0 A 43
Octal 243 264 263 11 0 1 35 260 12 103
Binary 10100011 10110100 10110011 1001 0 1 11101 10110000 1010 1000011

Color Harmonies of #A3B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B4B3

Black with #A3B4B3

Text Example


Text Example

White with #A3B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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