Html Css Color HEX #A5B4AA Skeptic

📋 copy color: '#A5B4AA'

red 165 ◦ green 180 ◦ blue 170

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

Shades of Skeptic #A5B4AA

Tints of Skeptic #A5B4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 32.04%
G = 34.95%
B = 33.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#A5B4AA (or 0xA5B4AA) is known color: Skeptic. HEX triplet: A5, B4 and AA. RGB value is (165,180,170). Sum of RGB (Red+Green+Blue) = 165+180+170=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4AA is #5A4B55. Grayscale: #AEAEAE. Windows color (decimal): -5917526 or 11187365. OLE color: 11187365.

HSL color Cylindrical-coordinate representation of color #A5B4AA: hue angle of 140º 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 #A5B4AA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 170 -
CMYK 0.08 0 0.06 0.29
HSL 140º 0.09% 0.68% -
HSV(B) 140º 0.08% 0.71% -
XYZ 39.09 43.54 44.37 -
YUV 174.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 165 180 170 0.08 0 0.06 0.29 140 0.09 0.68
Hex A5 B4 AA 8 0 6 1D 8C 9 44
Octal 245 264 252 10 0 6 35 214 11 104
Binary 10100101 10110100 10101010 1000 0 110 11101 10001100 1001 1000100

Color Harmonies of #A5B4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4AA

Black with #A5B4AA

Text Example


Text Example

White with #A5B4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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