Html Css Color HEX #A5B8AE Skeptic

📋 copy color: '#A5B8AE'

red 165 ◦ green 184 ◦ blue 174

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

Shades of Skeptic #A5B8AE

Tints of Skeptic #A5B8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.18%

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 31.55%
G = 35.18%
B = 33.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#A5B8AE (or 0xA5B8AE) is known color: Skeptic. HEX triplet: A5, B8 and AE. RGB value is (165,184,174). Sum of RGB (Red+Green+Blue) = 165+184+174=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B8AE is #5A4751. Grayscale: #B1B1B1. Windows color (decimal): -5916498 or 11450533. OLE color: 11450533.

HSL color Cylindrical-coordinate representation of color #A5B8AE: hue angle of 148.42º degrees, saturation: 0.12, 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 #A5B8AE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 174 -
CMYK 0.10 0 0.05 0.28
HSL 148.42º 0.12% 0.68% -
HSV(B) 148.42º 0.1% 0.72% -
XYZ 40.3 45.34 46.67 -
YUV 177.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 165 184 174 0.10 0 0.05 0.28 148.42 0.12 0.68
Hex A5 B8 AE A 0 5 1C 94 C 44
Octal 245 270 256 12 0 5 34 224 14 104
Binary 10100101 10111000 10101110 1010 0 101 11100 10010100 1100 1000100

Color Harmonies of #A5B8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B8AE

Black with #A5B8AE

Text Example


Text Example

White with #A5B8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B8AE; }

 p { color: rgb(165,184,174); }

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

background-color css

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

 a { background-color: rgb(165,184,174); }

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

border-color css

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

 span { border-color: rgb(165,184,174); }

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