#A9B478

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

Shades of Caper #A9B478

Tints of Caper #A9B478

Color information

#A9B478 (or 0xA9B478) is unknown color: approx Caper. HEX triplet: A9, B4 and 78. RGB value is (169,180,120). Sum of RGB (Red+Green+Blue) = 169+180+120=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B478 is #564B87. Grayscale: #AAAAAA. Windows color (decimal): -5655432 or 7910569. OLE color: 7910569.

HSL color Cylindrical-coordinate representation of color #A9B478: hue angle of 71º 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 #A9B478 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB169180120-
CMYK0.0600.330.29
HSL71º28.57%58.82%-
HSV(B)71º33.33%70.59%-
XYZ36.0742.4324.06-
YUV169.8799.86127.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=36.03%
G=38.38%
B=25.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801200.0600.330.297128.5758.82
HexA9B47860211D471d3b
Octal2512641706041351073573
Binary10101001101101001111000110010000111101100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B478; }

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

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

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

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

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

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

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

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