Html Css Color HEX #A29BA5 Amethyst Smoke

📋 copy color: '#A29BA5'

red 162 ◦ green 155 ◦ blue 165

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

Shades of Amethyst Smoke #A29BA5

Tints of Amethyst Smoke #A29BA5

RGB

 RED value IS 162 (63.67% from 255) = 33.61%

 GREEN value IS 155 (60.94% from 255) = 32.16%

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

R = 33.61%
G = 32.16%
B = 34.23%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A29BA5 (or 0xA29BA5) is known color: Amethyst Smoke. HEX triplet: A2, 9B and A5. RGB value is (162,155,165). Sum of RGB (Red+Green+Blue) = 162+155+165=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 165 - color contains mainly: blue. Hex color #A29BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BA5 is #5D645A. Grayscale: #9E9E9E. Windows color (decimal): -6120539 or 10853282. OLE color: 10853282.

HSL color Cylindrical-coordinate representation of color #A29BA5: hue angle of 282º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A29BA5 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 155 165 -
CMYK 0.02 0.06 0 0.35
HSL 282º 0.05% 0.63% -
HSV(B) 282º 0.06% 0.65% -
XYZ 33.41 33.84 40.37 -
YUV 158.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 162 155 165 0.02 0.06 0 0.35 282 0.05 0.63
Hex A2 9B A5 2 6 0 23 11A 5 3F
Octal 242 233 245 2 6 0 43 432 5 77
Binary 10100010 10011011 10100101 10 110 0 100011 100011010 101 111111

Color Harmonies of #A29BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BA5

Black with #A29BA5

Text Example


Text Example

White with #A29BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BA5; }

 p { color: rgb(162,155,165); }

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

background-color css

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

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

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

border-color css

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

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

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