Html Css Color HEX #A5AAA5 Mantle

📋 copy color: '#A5AAA5'

red 165 ◦ green 170 ◦ blue 165

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

Shades of Mantle #A5AAA5

Tints of Mantle #A5AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

 BLUE value IS 165 (64.84% from 255) = 33%

R = 33%
G = 34%
B = 33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#A5AAA5 (or 0xA5AAA5) is known color: Mantle. HEX triplet: A5, AA and A5. RGB value is (165,170,165). Sum of RGB (Red+Green+Blue) = 165+170+165=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAA5 is #5A555A. Grayscale: #A7A7A7. Windows color (decimal): -5920091 or 10857125. OLE color: 10857125.

HSL color Cylindrical-coordinate representation of color #A5AAA5: hue angle of 120º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A5AAA5 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 165 -
CMYK 0.03 0 0.03 0.33
HSL 120º 0.03% 0.66% -
HSV(B) 120º 0.03% 0.67% -
XYZ 36.68 39.47 41.28 -
YUV 167.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 165 170 165 0.03 0 0.03 0.33 120 0.03 0.66
Hex A5 AA A5 3 0 3 21 78 3 42
Octal 245 252 245 3 0 3 41 170 3 102
Binary 10100101 10101010 10100101 11 0 11 100001 1111000 11 1000010

Color Harmonies of #A5AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAA5

Black with #A5AAA5

Text Example


Text Example

White with #A5AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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