#AFBF77

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

Shades of Caper #AFBF77

Tints of Caper #AFBF77

Color information

#AFBF77 (or 0xAFBF77) is unknown color: approx Caper. HEX triplet: AF, BF and 77. RGB value is (175,191,119). Sum of RGB (Red+Green+Blue) = 175+191+119=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF77 is #504088. Grayscale: #B2B2B2. Windows color (decimal): -5259401 or 7847855. OLE color: 7847855.

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

Color convert

RGB175191119-
CMYK0.0800.380.25
HSL73.33º36%60.78%-
HSV(B)73.33º37.7%74.9%-
XYZ39.6447.7124.57-
YUV178.0194.7125.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=36.08%
G=39.38%
B=24.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911190.0800.380.2573.333660.78
HexAFBF7780261949243d
Octal25727716710046311114475
Binary1010111110111111111011110000100110110011001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF77; }

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

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

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

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

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

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

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

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