#AFB789

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

Shades of Caper #AFB789

Tints of Caper #AFB789

Color information

#AFB789 (or 0xAFB789) is unknown color: approx Caper. HEX triplet: AF, B7 and 89. RGB value is (175,183,137). Sum of RGB (Red+Green+Blue) = 175+183+137=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB789 is #504876. Grayscale: #AFAFAF. Windows color (decimal): -5261431 or 9025455. OLE color: 9025455.

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

Color convert

RGB175183137-
CMYK0.0400.250.28
HSL70.43º24.21%62.75%-
HSV(B)70.43º25.14%71.76%-
XYZ39.1344.7930.25-
YUV175.36106.35127.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=35.35%
G=36.97%
B=27.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831370.0400.250.2870.4324.2162.75
HexAFB78940191C46183f
Octal2572672114031341063077
Binary10101111101101111000100110001100111100100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB789; }

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

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

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

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

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

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

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

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