#AFBF71

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

Shades of Caper #AFBF71

Tints of Caper #AFBF71

Color information

#AFBF71 (or 0xAFBF71) is unknown color: approx Caper. HEX triplet: AF, BF and 71. RGB value is (175,191,113). Sum of RGB (Red+Green+Blue) = 175+191+113=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF71 is #50408E. Grayscale: #B1B1B1. Windows color (decimal): -5259407 or 7454639. OLE color: 7454639.

HSL color Cylindrical-coordinate representation of color #AFBF71: hue angle of 72.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFBF71 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB175191113-
CMYK0.0800.410.25
HSL72.31º37.86%59.61%-
HSV(B)72.31º40.84%74.9%-
XYZ39.2947.5722.73-
YUV177.3291.7126.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=36.53%
G=39.87%
B=23.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911130.0800.410.2572.3137.8659.61
HexAFBF7180291948263c
Octal25727716110051311104674
Binary1010111110111111111000110000101001110011001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF71; }

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

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

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

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

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

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

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

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