#A8B777

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

Shades of Caper #A8B777

Tints of Caper #A8B777

Color information

#A8B777 (or 0xA8B777) is unknown color: approx Caper. HEX triplet: A8, B7 and 77. RGB value is (168,183,119). Sum of RGB (Red+Green+Blue) = 168+183+119=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B777 is #574888. Grayscale: #ABABAB. Windows color (decimal): -5720201 or 7845800. OLE color: 7845800.

HSL color Cylindrical-coordinate representation of color #A8B777: hue angle of 74.06º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8B777 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB168183119-
CMYK0.0800.350.28
HSL74.06º30.77%59.22%-
HSV(B)74.06º34.97%71.76%-
XYZ36.4143.5223.93-
YUV171.2298.53125.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 119 (46.88% from 255) = 25.32%
R=35.74%
G=38.94%
B=25.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831190.0800.350.2874.0630.7759.22
HexA8B77780231C4a1f3b
Octal25026716710043341123773
Binary101010001011011111101111000010001111100100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B777; }

 p { color: rgb(168,183,119); }

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

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

 a { background-color: rgb(168,183,119); }

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

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

 span { border-color: rgb(168,183,119); }

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