Html Css Color HEX #A4A894 Bud

📋 copy color: '#A4A894'

red 164 ◦ green 168 ◦ blue 148

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

Shades of Bud #A4A894

Tints of Bud #A4A894

RGB

 RED value IS 164 (64.45% from 255) = 34.17%

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

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

R = 34.17%
G = 35%
B = 30.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A4A894 (or 0xA4A894) is known color: Bud. HEX triplet: A4, A8 and 94. RGB value is (164,168,148). Sum of RGB (Red+Green+Blue) = 164+168+148=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A894 is #5B576B. Grayscale: #A4A4A4. Windows color (decimal): -5986156 or 9742500. OLE color: 9742500.

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

Color convert

RGB 164 168 148 -
CMYK 0.02 0 0.12 0.34
HSL 72º 0.1% 0.62% -
HSV(B) 72º 0.12% 0.66% -
XYZ 34.66 38.04 33.53 -
YUV 164.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 164 168 148 0.02 0 0.12 0.34 72 0.1 0.62
Hex A4 A8 94 2 0 C 22 48 A 3E
Octal 244 250 224 2 0 14 42 110 12 76
Binary 10100100 10101000 10010100 10 0 1100 100010 1001000 1010 111110

Color Harmonies of #A4A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A894

Black with #A4A894

Text Example


Text Example

White with #A4A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A894; }

 p { color: rgb(164,168,148); }

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

background-color css

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

 a { background-color: rgb(164,168,148); }

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

border-color css

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

 span { border-color: rgb(164,168,148); }

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