Html Css Color HEX #A2A890 Bud

📋 copy color: '#A2A890'

red 162 ◦ green 168 ◦ blue 144

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

Shades of Bud #A2A890

Tints of Bud #A2A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

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

R = 34.18%
G = 35.44%
B = 30.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A2A890 (or 0xA2A890) is known color: Bud. HEX triplet: A2, A8 and 90. RGB value is (162,168,144). Sum of RGB (Red+Green+Blue) = 162+168+144=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A890 is #5D576F. Grayscale: #A3A3A3. Windows color (decimal): -6117232 or 9480354. OLE color: 9480354.

HSL color Cylindrical-coordinate representation of color #A2A890: hue angle of 75º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2A890 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 168 144 -
CMYK 0.04 0 0.14 0.34
HSL 75º 0.12% 0.61% -
HSV(B) 75º 0.14% 0.66% -
XYZ 33.94 37.7 31.87 -
YUV 163.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 162 168 144 0.04 0 0.14 0.34 75 0.12 0.61
Hex A2 A8 90 4 0 E 22 4B C 3D
Octal 242 250 220 4 0 16 42 113 14 75
Binary 10100010 10101000 10010000 100 0 1110 100010 1001011 1100 111101

Color Harmonies of #A2A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A890

Black with #A2A890

Text Example


Text Example

White with #A2A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A890; }

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

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

background-color css

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

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

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

border-color css

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

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

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