#AFBA71

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

Shades of Caper #AFBA71

Tints of Caper #AFBA71

Color information

#AFBA71 (or 0xAFBA71) is unknown color: approx Caper. HEX triplet: AF, BA and 71. RGB value is (175,186,113). Sum of RGB (Red+Green+Blue) = 175+186+113=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA71 is #50458E. Grayscale: #AEAEAE. Windows color (decimal): -5260687 or 7453359. OLE color: 7453359.

HSL color Cylindrical-coordinate representation of color #AFBA71: hue angle of 69.04º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFBA71 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB175186113-
CMYK0.0600.390.27
HSL69.04º34.6%58.63%-
HSV(B)69.04º39.25%72.94%-
XYZ38.2245.4222.38-
YUV174.3993.36128.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=36.92%
G=39.24%
B=23.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861130.0600.390.2769.0434.658.63
HexAFBA7160271B45233b
Octal2572721616047331054373
Binary101011111011101011100011100100111110111000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA71; }

 p { color: rgb(175,186,113); }

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

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

 a { background-color: rgb(175,186,113); }

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

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

 span { border-color: rgb(175,186,113); }

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