Html Css Color HEX #A4AA88 Bud

📋 copy color: '#A4AA88'

red 164 ◦ green 170 ◦ blue 136

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

Shades of Bud #A4AA88

Tints of Bud #A4AA88

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 34.89%
G = 36.17%
B = 28.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#A4AA88 (or 0xA4AA88) is known color: Bud. HEX triplet: A4, AA and 88. RGB value is (164,170,136). Sum of RGB (Red+Green+Blue) = 164+170+136=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA88 is #5B5577. Grayscale: #A4A4A4. Windows color (decimal): -5985656 or 8956580. OLE color: 8956580.

HSL color Cylindrical-coordinate representation of color #A4AA88: hue angle of 70.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4AA88 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 136 -
CMYK 0.04 0 0.20 0.33
HSL 70.59º 0.17% 0.6% -
HSV(B) 70.59º 0.2% 0.67% -
XYZ 34.13 38.42 28.91 -
YUV 164.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 164 170 136 0.04 0 0.20 0.33 70.59 0.17 0.6
Hex A4 AA 88 4 0 14 21 47 11 3C
Octal 244 252 210 4 0 24 41 107 21 74
Binary 10100100 10101010 10001000 100 0 10100 100001 1000111 10001 111100

Color Harmonies of #A4AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA88

Black with #A4AA88

Text Example


Text Example

White with #A4AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA88; }

 p { color: rgb(164,170,136); }

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

background-color css

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

 a { background-color: rgb(164,170,136); }

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

border-color css

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

 span { border-color: rgb(164,170,136); }

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