#AFBF75

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

Shades of Caper #AFBF75

Tints of Caper #AFBF75

Color information

#AFBF75 (or 0xAFBF75) is unknown color: approx Caper. HEX triplet: AF, BF and 75. RGB value is (175,191,117). Sum of RGB (Red+Green+Blue) = 175+191+117=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF75 is #50408A. Grayscale: #B2B2B2. Windows color (decimal): -5259403 or 7716783. OLE color: 7716783.

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

Color convert

RGB175191117-
CMYK0.0800.390.25
HSL72.97º36.63%60.39%-
HSV(B)72.97º38.74%74.9%-
XYZ39.5247.6623.95-
YUV177.7893.7126.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=36.23%
G=39.54%
B=24.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911170.0800.390.2572.9736.6360.39
HexAFBF7580271949253c
Octal25727716510047311114574
Binary1010111110111111111010110000100111110011001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF75; }

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

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

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

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

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

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

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

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