#AFBD80

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

Shades of Caper #AFBD80

Tints of Caper #AFBD80

Color information

#AFBD80 (or 0xAFBD80) is unknown color: approx Caper. HEX triplet: AF, BD and 80. RGB value is (175,189,128). Sum of RGB (Red+Green+Blue) = 175+189+128=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD80 is #50427F. Grayscale: #B2B2B2. Windows color (decimal): -5259904 or 8437167. OLE color: 8437167.

HSL color Cylindrical-coordinate representation of color #AFBD80: hue angle of 73.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFBD80 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB175189128-
CMYK0.0700.320.26
HSL73.77º31.61%62.16%-
HSV(B)73.77º32.28%74.12%-
XYZ39.7747.0727.41-
YUV177.8699.86125.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=35.57%
G=38.41%
B=26.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891280.0700.320.2673.7731.6162.16
HexAFBD8070201A4a203e
Octal2572752007040321124076
Binary1010111110111101100000001110100000110101001010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD80; }

 p { color: rgb(175,189,128); }

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

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

 a { background-color: rgb(175,189,128); }

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

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

 span { border-color: rgb(175,189,128); }

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