#AFBF72

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

Shades of Caper #AFBF72

Tints of Caper #AFBF72

Color information

#AFBF72 (or 0xAFBF72) is unknown color: approx Caper. HEX triplet: AF, BF and 72. RGB value is (175,191,114). Sum of RGB (Red+Green+Blue) = 175+191+114=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF72 is #50408D. Grayscale: #B1B1B1. Windows color (decimal): -5259406 or 7520175. OLE color: 7520175.

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

Color convert

RGB175191114-
CMYK0.0800.400.25
HSL72.47º37.56%59.8%-
HSV(B)72.47º40.31%74.9%-
XYZ39.3547.5923.03-
YUV177.4492.2126.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=36.46%
G=39.79%
B=23.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911140.0800.400.2572.4737.5659.8
HexAFBF7280281948263c
Octal25727716210050311104674
Binary1010111110111111111001010000101000110011001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF72; }

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

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

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

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

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

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

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

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