#A8C085

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

Shades of Caper #A8C085

Tints of Caper #A8C085

Color information

#A8C085 (or 0xA8C085) is unknown color: approx Caper. HEX triplet: A8, C0 and 85. RGB value is (168,192,133). Sum of RGB (Red+Green+Blue) = 168+192+133=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C085 is #573F7A. Grayscale: #B2B2B2. Windows color (decimal): -5717883 or 8765608. OLE color: 8765608.

HSL color Cylindrical-coordinate representation of color #A8C085: hue angle of 84.41º 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 #A8C085 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB168192133-
CMYK0.1200.310.25
HSL84.41º31.89%63.73%-
HSV(B)84.41º30.73%75.29%-
XYZ39.2347.7229.33-
YUV178.1102.55120.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=34.08%
G=38.95%
B=26.98%

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
Decimal1681921330.1200.310.2584.4131.8963.73
HexA8C085C01F19542040
Octal250300205140373112440100
Binary10101000110000001000010111000111111100110101001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C085; }

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

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

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

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

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

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

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

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