Html Css Color HEX #A2A594 Bud

📋 copy color: '#A2A594'

red 162 ◦ green 165 ◦ blue 148

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

Shades of Bud #A2A594

Tints of Bud #A2A594

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.74%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 34.11%
G = 34.74%
B = 31.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A2A594 (or 0xA2A594) is known color: Bud. HEX triplet: A2, A5 and 94. RGB value is (162,165,148). Sum of RGB (Red+Green+Blue) = 162+165+148=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A594 is #5D5A6B. Grayscale: #A2A2A2. Windows color (decimal): -6117996 or 9741730. OLE color: 9741730.

HSL color Cylindrical-coordinate representation of color #A2A594: hue angle of 70.59º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2A594 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 148 -
CMYK 0.02 0 0.10 0.35
HSL 70.59º 0.09% 0.61% -
HSV(B) 70.59º 0.1% 0.65% -
XYZ 33.7 36.73 33.33 -
YUV 162.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 162 165 148 0.02 0 0.10 0.35 70.59 0.09 0.61
Hex A2 A5 94 2 0 A 23 47 9 3D
Octal 242 245 224 2 0 12 43 107 11 75
Binary 10100010 10100101 10010100 10 0 1010 100011 1000111 1001 111101

Color Harmonies of #A2A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A594

Black with #A2A594

Text Example


Text Example

White with #A2A594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A594; }

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

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

background-color css

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

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

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

border-color css

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

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

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