Html Css Color HEX #A5AEAB Skeptic

📋 copy color: '#A5AEAB'

red 165 ◦ green 174 ◦ blue 171

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

Shades of Skeptic #A5AEAB

Tints of Skeptic #A5AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.12%

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

R = 32.35%
G = 34.12%
B = 33.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#A5AEAB (or 0xA5AEAB) is known color: Skeptic. HEX triplet: A5, AE and AB. RGB value is (165,174,171). Sum of RGB (Red+Green+Blue) = 165+174+171=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AEAB is #5A5154. Grayscale: #AAAAAA. Windows color (decimal): -5919061 or 11251365. OLE color: 11251365.

HSL color Cylindrical-coordinate representation of color #A5AEAB: hue angle of 160º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5AEAB is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 174 171 -
CMYK 0.05 0 0.02 0.32
HSL 160º 0.05% 0.66% -
HSV(B) 160º 0.05% 0.68% -
XYZ 38 41.21 44.48 -
YUV 170.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 165 174 171 0.05 0 0.02 0.32 160 0.05 0.66
Hex A5 AE AB 5 0 2 20 A0 5 42
Octal 245 256 253 5 0 2 40 240 5 102
Binary 10100101 10101110 10101011 101 0 10 100000 10100000 101 1000010

Color Harmonies of #A5AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEAB

Black with #A5AEAB

Text Example


Text Example

White with #A5AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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