Html Css Color HEX #A5AA87 Bud

📋 copy color: '#A5AA87'

red 165 ◦ green 170 ◦ blue 135

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

Shades of Bud #A5AA87

Tints of Bud #A5AA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 35.11%
G = 36.17%
B = 28.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#A5AA87 (or 0xA5AA87) is known color: Bud. HEX triplet: A5, AA and 87. RGB value is (165,170,135). Sum of RGB (Red+Green+Blue) = 165+170+135=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA87 is #5A5578. Grayscale: #A4A4A4. Windows color (decimal): -5920121 or 8891045. OLE color: 8891045.

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

Color convert

RGB 165 170 135 -
CMYK 0.03 0 0.21 0.33
HSL 68.57º 0.17% 0.6% -
HSV(B) 68.57º 0.21% 0.67% -
XYZ 34.26 38.5 28.55 -
YUV 164.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 165 170 135 0.03 0 0.21 0.33 68.57 0.17 0.6
Hex A5 AA 87 3 0 15 21 45 11 3C
Octal 245 252 207 3 0 25 41 105 21 74
Binary 10100101 10101010 10000111 11 0 10101 100001 1000101 10001 111100

Color Harmonies of #A5AA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA87

Black with #A5AA87

Text Example


Text Example

White with #A5AA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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