Html Css Color HEX #A3B0AF Conch

📋 copy color: '#A3B0AF'

red 163 ◦ green 176 ◦ blue 175

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

Shades of Conch #A3B0AF

Tints of Conch #A3B0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 31.71%
G = 34.24%
B = 34.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#A3B0AF (or 0xA3B0AF) is known color: Conch. HEX triplet: A3, B0 and AF. RGB value is (163,176,175). Sum of RGB (Red+Green+Blue) = 163+176+175=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B0AF is #5C4F50. Grayscale: #ABABAB. Windows color (decimal): -6049617 or 11514019. OLE color: 11514019.

HSL color Cylindrical-coordinate representation of color #A3B0AF: hue angle of 175.38º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3B0AF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 176 175 -
CMYK 0.07 0 0.01 0.31
HSL 175.38º 0.08% 0.66% -
HSV(B) 175.38º 0.07% 0.69% -
XYZ 38.37 41.93 46.63 -
YUV 172 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 163 176 175 0.07 0 0.01 0.31 175.38 0.08 0.66
Hex A3 B0 AF 7 0 1 1F AF 8 42
Octal 243 260 257 7 0 1 37 257 10 102
Binary 10100011 10110000 10101111 111 0 1 11111 10101111 1000 1000010

Color Harmonies of #A3B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B0AF

Black with #A3B0AF

Text Example


Text Example

White with #A3B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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