Html Css Color HEX #A5B4AB Skeptic

📋 copy color: '#A5B4AB'

red 165 ◦ green 180 ◦ blue 171

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

Shades of Skeptic #A5B4AB

Tints of Skeptic #A5B4AB

RGB

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

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

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

R = 31.98%
G = 34.88%
B = 33.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#A5B4AB (or 0xA5B4AB) is known color: Skeptic. HEX triplet: A5, B4 and AB. RGB value is (165,180,171). Sum of RGB (Red+Green+Blue) = 165+180+171=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4AB is #5A4B54. Grayscale: #AEAEAE. Windows color (decimal): -5917525 or 11252901. OLE color: 11252901.

HSL color Cylindrical-coordinate representation of color #A5B4AB: hue angle of 144º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B4AB is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 171 -
CMYK 0.08 0 0.05 0.29
HSL 144º 0.09% 0.68% -
HSV(B) 144º 0.08% 0.71% -
XYZ 39.19 43.58 44.87 -
YUV 174.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 165 180 171 0.08 0 0.05 0.29 144 0.09 0.68
Hex A5 B4 AB 8 0 5 1D 90 9 44
Octal 245 264 253 10 0 5 35 220 11 104
Binary 10100101 10110100 10101011 1000 0 101 11101 10010000 1001 1000100

Color Harmonies of #A5B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4AB

Black with #A5B4AB

Text Example


Text Example

White with #A5B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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