#A8B575

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

Shades of Caper #A8B575

Tints of Caper #A8B575

Color information

#A8B575 (or 0xA8B575) is unknown color: approx Caper. HEX triplet: A8, B5 and 75. RGB value is (168,181,117). Sum of RGB (Red+Green+Blue) = 168+181+117=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B575 is #574A8A. Grayscale: #AAAAAA. Windows color (decimal): -5720715 or 7714216. OLE color: 7714216.

HSL color Cylindrical-coordinate representation of color #A8B575: hue angle of 72.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8B575 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB168181117-
CMYK0.0700.350.29
HSL72.19º30.19%58.43%-
HSV(B)72.19º35.36%70.98%-
XYZ35.8842.6623.17-
YUV169.8298.19126.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=36.05%
G=38.84%
B=25.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811170.0700.350.2972.1930.1958.43
HexA8B57570231D481e3a
Octal2502651657043351103672
Binary10101000101101011110101111010001111101100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B575; }

 p { color: rgb(168,181,117); }

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

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

 a { background-color: rgb(168,181,117); }

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

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

 span { border-color: rgb(168,181,117); }

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