Html Css Color HEX #A3B3B0 Conch

📋 copy color: '#A3B3B0'

red 163 ◦ green 179 ◦ blue 176

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

Shades of Conch #A3B3B0

Tints of Conch #A3B3B0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 31.47%
G = 34.56%
B = 33.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A3B3B0 (or 0xA3B3B0) is known color: Conch. HEX triplet: A3, B3 and B0. RGB value is (163,179,176). Sum of RGB (Red+Green+Blue) = 163+179+176=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B3B0 is #5C4C4F. Grayscale: #ADADAD. Windows color (decimal): -6048848 or 11580323. OLE color: 11580323.

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

Color convert

RGB 163 179 176 -
CMYK 0.09 0 0.02 0.30
HSL 168.75º 0.1% 0.67% -
HSV(B) 168.75º 0.09% 0.7% -
XYZ 39.06 43.16 47.35 -
YUV 173.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 163 179 176 0.09 0 0.02 0.30 168.75 0.1 0.67
Hex A3 B3 B0 9 0 2 1E A9 A 43
Octal 243 263 260 11 0 2 36 251 12 103
Binary 10100011 10110011 10110000 1001 0 10 11110 10101001 1010 1000011

Color Harmonies of #A3B3B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B3B0

Black with #A3B3B0

Text Example


Text Example

White with #A3B3B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B3B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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