#A8B572

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

Shades of Caper #A8B572

Tints of Caper #A8B572

Color information

#A8B572 (or 0xA8B572) is unknown color: approx Caper. HEX triplet: A8, B5 and 72. RGB value is (168,181,114). Sum of RGB (Red+Green+Blue) = 168+181+114=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B572 is #574A8D. Grayscale: #A9A9A9. Windows color (decimal): -5720718 or 7517608. OLE color: 7517608.

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

Color convert

RGB168181114-
CMYK0.0700.370.29
HSL71.64º31.16%57.84%-
HSV(B)71.64º37.02%70.98%-
XYZ35.7142.5922.26-
YUV169.4896.69126.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=36.29%
G=39.09%
B=24.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811140.0700.370.2971.6431.1657.84
HexA8B57270251D481f3a
Octal2502651627045351103772
Binary10101000101101011110010111010010111101100100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B572; }

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

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

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

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

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

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

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

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