Html Css Color HEX #A4A990 Bud

📋 copy color: '#A4A990'

red 164 ◦ green 169 ◦ blue 144

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

Shades of Bud #A4A990

Tints of Bud #A4A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 34.38%
G = 35.43%
B = 30.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A4A990 (or 0xA4A990) is known color: Bud. HEX triplet: A4, A9 and 90. RGB value is (164,169,144). Sum of RGB (Red+Green+Blue) = 164+169+144=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A990 is #5B566F. Grayscale: #A4A4A4. Windows color (decimal): -5985904 or 9480612. OLE color: 9480612.

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

Color convert

RGB 164 169 144 -
CMYK 0.03 0 0.15 0.34
HSL 72º 0.13% 0.61% -
HSV(B) 72º 0.15% 0.66% -
XYZ 34.53 38.28 31.95 -
YUV 164.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 164 169 144 0.03 0 0.15 0.34 72 0.13 0.61
Hex A4 A9 90 3 0 F 22 48 D 3D
Octal 244 251 220 3 0 17 42 110 15 75
Binary 10100100 10101001 10010000 11 0 1111 100010 1001000 1101 111101

Color Harmonies of #A4A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A990

Black with #A4A990

Text Example


Text Example

White with #A4A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A990; }

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

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

background-color css

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

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

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

border-color css

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

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

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