#A9C085

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

Shades of Caper #A9C085

Tints of Caper #A9C085

Color information

#A9C085 (or 0xA9C085) is unknown color: approx Caper. HEX triplet: A9, C0 and 85. RGB value is (169,192,133). Sum of RGB (Red+Green+Blue) = 169+192+133=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C085 is #563F7A. Grayscale: #B2B2B2. Windows color (decimal): -5652347 or 8765609. OLE color: 8765609.

HSL color Cylindrical-coordinate representation of color #A9C085: hue angle of 83.39º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9C085 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB169192133-
CMYK0.1200.310.25
HSL83.39º31.89%63.73%-
HSV(B)83.39º30.73%75.29%-
XYZ39.4547.8329.34-
YUV178.4102.38121.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=34.21%
G=38.87%
B=26.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921330.1200.310.2583.3931.8963.73
HexA9C085C01F19532040
Octal251300205140373112340100
Binary10101001110000001000010111000111111100110100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C085; }

 p { color: rgb(169,192,133); }

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

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

 a { background-color: rgb(169,192,133); }

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

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

 span { border-color: rgb(169,192,133); }

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