Html Css Color HEX #A0B2AF Conch

📋 copy color: '#A0B2AF'

red 160 ◦ green 178 ◦ blue 175

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

Shades of Conch #A0B2AF

Tints of Conch #A0B2AF

RGB

 RED value IS 160 (62.89% from 255) = 31.19%

 GREEN value IS 178 (69.92% from 255) = 34.7%

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

R = 31.19%
G = 34.7%
B = 34.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A0B2AF (or 0xA0B2AF) is known color: Conch. HEX triplet: A0, B2 and AF. RGB value is (160,178,175). Sum of RGB (Red+Green+Blue) = 160+178+175=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B2AF is #5F4D50. Grayscale: #ACACAC. Windows color (decimal): -6245713 or 11514528. OLE color: 11514528.

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

Color convert

RGB 160 178 175 -
CMYK 0.10 0 0.02 0.30
HSL 170º 0.1% 0.66% -
HSV(B) 170º 0.1% 0.7% -
XYZ 38.16 42.41 46.73 -
YUV 172.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 160 178 175 0.10 0 0.02 0.30 170 0.1 0.66
Hex A0 B2 AF A 0 2 1E AA A 42
Octal 240 262 257 12 0 2 36 252 12 102
Binary 10100000 10110010 10101111 1010 0 10 11110 10101010 1010 1000010

Color Harmonies of #A0B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B2AF

Black with #A0B2AF

Text Example


Text Example

White with #A0B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B2AF; }

 p { color: rgb(160,178,175); }

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

background-color css

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

 a { background-color: rgb(160,178,175); }

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

border-color css

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

 span { border-color: rgb(160,178,175); }

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