#A8B478

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

Shades of Caper #A8B478

Tints of Caper #A8B478

Color information

#A8B478 (or 0xA8B478) is unknown color: approx Caper. HEX triplet: A8, B4 and 78. RGB value is (168,180,120). Sum of RGB (Red+Green+Blue) = 168+180+120=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B478 is #574B87. Grayscale: #A9A9A9. Windows color (decimal): -5720968 or 7910568. OLE color: 7910568.

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

Color convert

RGB168180120-
CMYK0.0700.330.29
HSL72º28.57%58.82%-
HSV(B)72º33.33%70.59%-
XYZ35.8642.3224.05-
YUV169.57100.02126.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=35.90%
G=38.46%
B=25.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801200.0700.330.297228.5758.82
HexA8B47870211D481d3b
Octal2502641707041351103573
Binary10101000101101001111000111010000111101100100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B478; }

 p { color: rgb(168,180,120); }

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

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

 a { background-color: rgb(168,180,120); }

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

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

 span { border-color: rgb(168,180,120); }

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