Html Css Color HEX #A0B4AF Conch

📋 copy color: '#A0B4AF'

red 160 ◦ green 180 ◦ blue 175

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

Shades of Conch #A0B4AF

Tints of Conch #A0B4AF

RGB

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

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

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

R = 31.07%
G = 34.95%
B = 33.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#A0B4AF (or 0xA0B4AF) is known color: Conch. HEX triplet: A0, B4 and AF. RGB value is (160,180,175). Sum of RGB (Red+Green+Blue) = 160+180+175=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4AF is #5F4B50. Grayscale: #ADADAD. Windows color (decimal): -6245201 or 11515040. OLE color: 11515040.

HSL color Cylindrical-coordinate representation of color #A0B4AF: hue angle of 165º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B4AF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 175 -
CMYK 0.11 0 0.03 0.29
HSL 165º 0.12% 0.67% -
HSV(B) 165º 0.11% 0.71% -
XYZ 38.56 43.21 46.87 -
YUV 173.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 160 180 175 0.11 0 0.03 0.29 165 0.12 0.67
Hex A0 B4 AF B 0 3 1D A5 C 43
Octal 240 264 257 13 0 3 35 245 14 103
Binary 10100000 10110100 10101111 1011 0 11 11101 10100101 1100 1000011

Color Harmonies of #A0B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4AF

Black with #A0B4AF

Text Example


Text Example

White with #A0B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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