#AFC180

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

Shades of Caper #AFC180

Tints of Caper #AFC180

Color information

#AFC180 (or 0xAFC180) is unknown color: approx Caper. HEX triplet: AF, C1 and 80. RGB value is (175,193,128). Sum of RGB (Red+Green+Blue) = 175+193+128=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC180 is #503E7F. Grayscale: #B4B4B4. Windows color (decimal): -5258880 or 8438191. OLE color: 8438191.

HSL color Cylindrical-coordinate representation of color #AFC180: hue angle of 76.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC180 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB175193128-
CMYK0.0900.340.24
HSL76.62º34.39%62.94%-
HSV(B)76.62º33.68%75.69%-
XYZ40.6548.8127.7-
YUV180.2198.54124.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=35.28%
G=38.91%
B=25.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931280.0900.340.2476.6234.3962.94
HexAFC1809022184d223f
Octal25730120011042301154277
Binary10101111110000011000000010010100010110001001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC180; }

 p { color: rgb(175,193,128); }

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

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

 a { background-color: rgb(175,193,128); }

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

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

 span { border-color: rgb(175,193,128); }

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