#AFB781

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

Shades of Caper #AFB781

Tints of Caper #AFB781

Color information

#AFB781 (or 0xAFB781) is unknown color: approx Caper. HEX triplet: AF, B7 and 81. RGB value is (175,183,129). Sum of RGB (Red+Green+Blue) = 175+183+129=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB781 is #50487E. Grayscale: #AEAEAE. Windows color (decimal): -5261439 or 8501167. OLE color: 8501167.

HSL color Cylindrical-coordinate representation of color #AFB781: hue angle of 68.89º degrees, saturation: 0.27, 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 #AFB781 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB175183129-
CMYK0.0400.300.28
HSL68.89º27.27%61.18%-
HSV(B)68.89º29.51%71.76%-
XYZ38.5844.5727.34-
YUV174.45102.35128.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=35.93%
G=37.58%
B=26.49%

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
Decimal1751831290.0400.300.2868.8927.2761.18
HexAFB781401E1C451b3d
Octal2572672014036341053375
Binary10101111101101111000000110001111011100100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB781; }

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

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

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

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

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

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

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

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