#AFB780

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

Shades of Caper #AFB780

Tints of Caper #AFB780

Color information

#AFB780 (or 0xAFB780) is unknown color: approx Caper. HEX triplet: AF, B7 and 80. RGB value is (175,183,128). Sum of RGB (Red+Green+Blue) = 175+183+128=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB780 is #50487F. Grayscale: #AEAEAE. Windows color (decimal): -5261440 or 8435631. OLE color: 8435631.

HSL color Cylindrical-coordinate representation of color #AFB780: hue angle of 68.73º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB780 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB175183128-
CMYK0.0400.300.28
HSL68.73º27.64%60.98%-
HSV(B)68.73º30.05%71.76%-
XYZ38.5144.5426.99-
YUV174.34101.85128.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=36.01%
G=37.65%
B=26.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831280.0400.300.2868.7327.6460.98
HexAFB780401E1C451c3d
Octal2572672004036341053475
Binary10101111101101111000000010001111011100100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB780; }

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

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

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

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

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

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

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

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