Html Css Color HEX #A0BCAD Skeptic

📋 copy color: '#A0BCAD'

red 160 ◦ green 188 ◦ blue 173

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

Shades of Skeptic #A0BCAD

Tints of Skeptic #A0BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 30.71%
G = 36.08%
B = 33.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#A0BCAD (or 0xA0BCAD) is known color: Skeptic. HEX triplet: A0, BC and AD. RGB value is (160,188,173). Sum of RGB (Red+Green+Blue) = 160+188+173=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCAD is #5F4352. Grayscale: #B1B1B1. Windows color (decimal): -6243155 or 11386016. OLE color: 11386016.

HSL color Cylindrical-coordinate representation of color #A0BCAD: hue angle of 147.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCAD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 173 -
CMYK 0.15 0 0.08 0.26
HSL 147.86º 0.17% 0.68% -
HSV(B) 147.86º 0.15% 0.74% -
XYZ 40.02 46.46 46.39 -
YUV 177.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 160 188 173 0.15 0 0.08 0.26 147.86 0.17 0.68
Hex A0 BC AD F 0 8 1A 94 11 44
Octal 240 274 255 17 0 10 32 224 21 104
Binary 10100000 10111100 10101101 1111 0 1000 11010 10010100 10001 1000100

Color Harmonies of #A0BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCAD

Black with #A0BCAD

Text Example


Text Example

White with #A0BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCAD; }

 p { color: rgb(160,188,173); }

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

background-color css

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

 a { background-color: rgb(160,188,173); }

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

border-color css

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

 span { border-color: rgb(160,188,173); }

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