#A8B287

Color #A8B287 Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #A8B287

Tints of Bud #A8B287

Color information

#A8B287 (or 0xA8B287) is unknown color: approx Bud. HEX triplet: A8, B2 and 87. RGB value is (168,178,135). Sum of RGB (Red+Green+Blue) = 168+178+135=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B287 is #574D78. Grayscale: #AAAAAA. Windows color (decimal): -5721465 or 8893096. OLE color: 8893096.

HSL color Cylindrical-coordinate representation of color #A8B287: hue angle of 73.95º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8B287 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB168178135-
CMYK0.0600.240.30
HSL73.95º21.83%61.37%-
HSV(B)73.95º24.16%69.8%-
XYZ36.4441.9129.09-
YUV170.11108.19126.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=34.93%
G=37.01%
B=28.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681781350.0600.240.3073.9521.8361.37
HexA8B28760181E4a163d
Octal2502622076030361122675
Binary10101000101100101000011111001100011110100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B287; }

 p { color: rgb(168,178,135); }

 H1.HeaderClassName
 {
   color: #A8B287;
 }
 .AnyTagClassName
 {
   color: #A8B287;
 }
</style>
background-color css

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

 a { background-color: rgb(168,178,135); }

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

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

 span { border-color: rgb(168,178,135); }

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