#AFBF8D

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

Shades of Caper #AFBF8D

Tints of Caper #AFBF8D

Color information

#AFBF8D (or 0xAFBF8D) is unknown color: approx Caper. HEX triplet: AF, BF and 8D. RGB value is (175,191,141). Sum of RGB (Red+Green+Blue) = 175+191+141=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF8D is #504072. Grayscale: #B4B4B4. Windows color (decimal): -5259379 or 9289647. OLE color: 9289647.

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

Color convert

RGB175191141-
CMYK0.0800.260.25
HSL79.2º28.09%65.1%-
HSV(B)79.2º26.18%74.9%-
XYZ41.1248.332.35-
YUV180.52105.7124.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=34.52%
G=37.67%
B=27.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911410.0800.260.2579.228.0965.1
HexAFBF8D801A194f1c41
Octal257277215100323111734101
Binary1010111110111111100011011000011010110011001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF8D; }

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

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

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

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

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

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

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

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