Html Css Color HEX #A4A890 Bud

📋 copy color: '#A4A890'

red 164 ◦ green 168 ◦ blue 144

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

Shades of Bud #A4A890

Tints of Bud #A4A890

RGB

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

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

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

R = 34.45%
G = 35.29%
B = 30.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A4A890 (or 0xA4A890) is known color: Bud. HEX triplet: A4, A8 and 90. RGB value is (164,168,144). Sum of RGB (Red+Green+Blue) = 164+168+144=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A890 is #5B576F. Grayscale: #A4A4A4. Windows color (decimal): -5986160 or 9480356. OLE color: 9480356.

HSL color Cylindrical-coordinate representation of color #A4A890: hue angle of 70º 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 #A4A890 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 144 -
CMYK 0.02 0 0.14 0.34
HSL 70º 0.12% 0.61% -
HSV(B) 70º 0.14% 0.66% -
XYZ 34.35 37.91 31.89 -
YUV 164.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 164 168 144 0.02 0 0.14 0.34 70 0.12 0.61
Hex A4 A8 90 2 0 E 22 46 C 3D
Octal 244 250 220 2 0 16 42 106 14 75
Binary 10100100 10101000 10010000 10 0 1110 100010 1000110 1100 111101

Color Harmonies of #A4A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A890

Black with #A4A890

Text Example


Text Example

White with #A4A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A890; }

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

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

background-color css

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

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

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

border-color css

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

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

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