#AFBD71

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

Shades of Caper #AFBD71

Tints of Caper #AFBD71

Color information

#AFBD71 (or 0xAFBD71) is unknown color: approx Caper. HEX triplet: AF, BD and 71. RGB value is (175,189,113). Sum of RGB (Red+Green+Blue) = 175+189+113=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD71 is #50428E. Grayscale: #B0B0B0. Windows color (decimal): -5259919 or 7454127. OLE color: 7454127.

HSL color Cylindrical-coordinate representation of color #AFBD71: hue angle of 71.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFBD71 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB175189113-
CMYK0.0700.400.26
HSL71.05º36.54%59.22%-
HSV(B)71.05º40.21%74.12%-
XYZ38.8646.722.59-
YUV176.1592.36127.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=36.69%
G=39.62%
B=23.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891130.0700.400.2671.0536.5459.22
HexAFBD7170281A47253b
Octal2572751617050321074573
Binary101011111011110111100011110101000110101000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD71; }

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

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

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

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

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

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

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

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