Html Css Color HEX #A5B7AB Skeptic

📋 copy color: '#A5B7AB'

red 165 ◦ green 183 ◦ blue 171

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

Shades of Skeptic #A5B7AB

Tints of Skeptic #A5B7AB

RGB

 RED value IS 165 (64.84% from 255) = 31.79%

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 31.79%
G = 35.26%
B = 32.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A5B7AB (or 0xA5B7AB) is known color: Skeptic. HEX triplet: A5, B7 and AB. RGB value is (165,183,171). Sum of RGB (Red+Green+Blue) = 165+183+171=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7AB is #5A4854. Grayscale: #B0B0B0. Windows color (decimal): -5916757 or 11253669. OLE color: 11253669.

HSL color Cylindrical-coordinate representation of color #A5B7AB: hue angle of 140º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B7AB is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 171 -
CMYK 0.10 0 0.07 0.28
HSL 140º 0.11% 0.68% -
HSV(B) 140º 0.1% 0.72% -
XYZ 39.8 44.81 45.08 -
YUV 176.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 165 183 171 0.10 0 0.07 0.28 140 0.11 0.68
Hex A5 B7 AB A 0 7 1C 8C B 44
Octal 245 267 253 12 0 7 34 214 13 104
Binary 10100101 10110111 10101011 1010 0 111 11100 10001100 1011 1000100

Color Harmonies of #A5B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B7AB

Black with #A5B7AB

Text Example


Text Example

White with #A5B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B7AB; }

 p { color: rgb(165,183,171); }

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

background-color css

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

 a { background-color: rgb(165,183,171); }

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

border-color css

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

 span { border-color: rgb(165,183,171); }

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