Html Css Color HEX #A4A993 Bud

📋 copy color: '#A4A993'

red 164 ◦ green 169 ◦ blue 147

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

Shades of Bud #A4A993

Tints of Bud #A4A993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.63%

R = 34.17%
G = 35.21%
B = 30.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A4A993 (or 0xA4A993) is known color: Bud. HEX triplet: A4, A9 and 93. RGB value is (164,169,147). Sum of RGB (Red+Green+Blue) = 164+169+147=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A993 is #5B566C. Grayscale: #A5A5A5. Windows color (decimal): -5985901 or 9677220. OLE color: 9677220.

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

Color convert

RGB 164 169 147 -
CMYK 0.03 0 0.13 0.34
HSL 73.64º 0.11% 0.62% -
HSV(B) 73.64º 0.13% 0.66% -
XYZ 34.76 38.38 33.18 -
YUV 165 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 164 169 147 0.03 0 0.13 0.34 73.64 0.11 0.62
Hex A4 A9 93 3 0 D 22 4A B 3E
Octal 244 251 223 3 0 15 42 112 13 76
Binary 10100100 10101001 10010011 11 0 1101 100010 1001010 1011 111110

Color Harmonies of #A4A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A993

Black with #A4A993

Text Example


Text Example

White with #A4A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A993; }

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

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

background-color css

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

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

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

border-color css

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

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

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