Html Css Color HEX #A5AA89 Bud

📋 copy color: '#A5AA89'

red 165 ◦ green 170 ◦ blue 137

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

Shades of Bud #A5AA89

Tints of Bud #A5AA89

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

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

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 34.96%
G = 36.02%
B = 29.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#A5AA89 (or 0xA5AA89) is known color: Bud. HEX triplet: A5, AA and 89. RGB value is (165,170,137). Sum of RGB (Red+Green+Blue) = 165+170+137=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA89 is #5A5576. Grayscale: #A4A4A4. Windows color (decimal): -5920119 or 9022117. OLE color: 9022117.

HSL color Cylindrical-coordinate representation of color #A5AA89: hue angle of 69.09º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5AA89 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 137 -
CMYK 0.03 0 0.19 0.33
HSL 69.09º 0.16% 0.6% -
HSV(B) 69.09º 0.19% 0.67% -
XYZ 34.41 38.55 29.3 -
YUV 164.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 165 170 137 0.03 0 0.19 0.33 69.09 0.16 0.6
Hex A5 AA 89 3 0 13 21 45 10 3C
Octal 245 252 211 3 0 23 41 105 20 74
Binary 10100101 10101010 10001001 11 0 10011 100001 1000101 10000 111100

Color Harmonies of #A5AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA89

Black with #A5AA89

Text Example


Text Example

White with #A5AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA89; }

 p { color: rgb(165,170,137); }

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

background-color css

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

 a { background-color: rgb(165,170,137); }

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

border-color css

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

 span { border-color: rgb(165,170,137); }

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