Html Css Color HEX #A3BAB9 Conch

📋 copy color: '#A3BAB9'

red 163 ◦ green 186 ◦ blue 185

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

Shades of Conch #A3BAB9

Tints of Conch #A3BAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.83%

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 30.52%
G = 34.83%
B = 34.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#A3BAB9 (or 0xA3BAB9) is known color: Conch. HEX triplet: A3, BA and B9. RGB value is (163,186,185). Sum of RGB (Red+Green+Blue) = 163+186+185=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAB9 is #5C4546. Grayscale: #B2B2B2. Windows color (decimal): -6047047 or 12171939. OLE color: 12171939.

HSL color Cylindrical-coordinate representation of color #A3BAB9: hue angle of 177.39º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAB9 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 186 185 -
CMYK 0.12 0 0.01 0.27
HSL 177.39º 0.14% 0.68% -
HSV(B) 177.39º 0.12% 0.73% -
XYZ 41.42 46.41 52.67 -
YUV 179.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 163 186 185 0.12 0 0.01 0.27 177.39 0.14 0.68
Hex A3 BA B9 C 0 1 1B B1 E 44
Octal 243 272 271 14 0 1 33 261 16 104
Binary 10100011 10111010 10111001 1100 0 1 11011 10110001 1110 1000100

Color Harmonies of #A3BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BAB9

Black with #A3BAB9

Text Example


Text Example

White with #A3BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BAB9; }

 p { color: rgb(163,186,185); }

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

background-color css

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

 a { background-color: rgb(163,186,185); }

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

border-color css

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

 span { border-color: rgb(163,186,185); }

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