#A8B680

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

Shades of Caper #A8B680

Tints of Caper #A8B680

Color information

#A8B680 (or 0xA8B680) is unknown color: approx Caper. HEX triplet: A8, B6 and 80. RGB value is (168,182,128). Sum of RGB (Red+Green+Blue) = 168+182+128=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B680 is #57497F. Grayscale: #ABABAB. Windows color (decimal): -5720448 or 8435368. OLE color: 8435368.

HSL color Cylindrical-coordinate representation of color #A8B680: hue angle of 75.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B680 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB168182128-
CMYK0.0800.300.29
HSL75.56º27%60.78%-
HSV(B)75.56º29.67%71.37%-
XYZ36.7743.3426.85-
YUV171.66103.36125.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=35.15%
G=38.08%
B=26.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821280.0800.300.2975.562760.78
HexA8B680801E1D4c1b3d
Octal25026620010036351143375
Binary101010001011011010000000100001111011101100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B680; }

 p { color: rgb(168,182,128); }

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

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

 a { background-color: rgb(168,182,128); }

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

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

 span { border-color: rgb(168,182,128); }

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