#AFBA89

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

Shades of Caper #AFBA89

Tints of Caper #AFBA89

Color information

#AFBA89 (or 0xAFBA89) is unknown color: approx Caper. HEX triplet: AF, BA and 89. RGB value is (175,186,137). Sum of RGB (Red+Green+Blue) = 175+186+137=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA89 is #504576. Grayscale: #B1B1B1. Windows color (decimal): -5260663 or 9026223. OLE color: 9026223.

HSL color Cylindrical-coordinate representation of color #AFBA89: hue angle of 73.47º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFBA89 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB175186137-
CMYK0.0600.260.27
HSL73.47º26.2%63.33%-
HSV(B)73.47º26.34%72.94%-
XYZ39.7546.0430.46-
YUV177.12105.36126.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=35.14%
G=37.35%
B=27.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861370.0600.260.2773.4726.263.33
HexAFBA89601A1B491a3f
Octal2572722116032331113277
Binary10101111101110101000100111001101011011100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA89; }

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

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

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

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

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

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

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

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