Html Css Color HEX #A2A390 Bud

📋 copy color: '#A2A390'

red 162 ◦ green 163 ◦ blue 144

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

Shades of Bud #A2A390

Tints of Bud #A2A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 34.54%
G = 34.75%
B = 30.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2A390 (or 0xA2A390) is known color: Bud. HEX triplet: A2, A3 and 90. RGB value is (162,163,144). Sum of RGB (Red+Green+Blue) = 162+163+144=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A390 is #5D5C6F. Grayscale: #A0A0A0. Windows color (decimal): -6118512 or 9479074. OLE color: 9479074.

HSL color Cylindrical-coordinate representation of color #A2A390: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2A390 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 163 144 -
CMYK 0.01 0 0.12 0.36
HSL 63.16º 0.09% 0.6% -
HSV(B) 63.16º 0.12% 0.64% -
XYZ 33.03 35.89 31.57 -
YUV 160.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 162 163 144 0.01 0 0.12 0.36 63.16 0.09 0.6
Hex A2 A3 90 1 0 C 24 3F 9 3C
Octal 242 243 220 1 0 14 44 77 11 74
Binary 10100010 10100011 10010000 1 0 1100 100100 111111 1001 111100

Color Harmonies of #A2A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A390

Black with #A2A390

Text Example


Text Example

White with #A2A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A390; }

 p { color: rgb(162,163,144); }

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

background-color css

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

 a { background-color: rgb(162,163,144); }

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

border-color css

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

 span { border-color: rgb(162,163,144); }

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