#A8B385

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

Shades of Caper #A8B385

Tints of Caper #A8B385

Color information

#A8B385 (or 0xA8B385) is unknown color: approx Caper. HEX triplet: A8, B3 and 85. RGB value is (168,179,133). Sum of RGB (Red+Green+Blue) = 168+179+133=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B385 is #574C7A. Grayscale: #AAAAAA. Windows color (decimal): -5721211 or 8762280. OLE color: 8762280.

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

Color convert

RGB168179133-
CMYK0.0600.260.30
HSL74.35º23.23%61.18%-
HSV(B)74.35º25.7%70.2%-
XYZ36.542.2628.42-
YUV170.47106.86126.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=35%
G=37.29%
B=27.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791330.0600.260.3074.3523.2361.18
HexA8B385601A1E4a173d
Octal2502632056032361122775
Binary10101000101100111000010111001101011110100101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B385; }

 p { color: rgb(168,179,133); }

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

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

 a { background-color: rgb(168,179,133); }

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

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

 span { border-color: rgb(168,179,133); }

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