#AFBA7B

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

Shades of Caper #AFBA7B

Tints of Caper #AFBA7B

Color information

#AFBA7B (or 0xAFBA7B) is unknown color: approx Caper. HEX triplet: AF, BA and 7B. RGB value is (175,186,123). Sum of RGB (Red+Green+Blue) = 175+186+123=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA7B is #504584. Grayscale: #AFAFAF. Windows color (decimal): -5260677 or 8108719. OLE color: 8108719.

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

Color convert

RGB175186123-
CMYK0.0600.340.27
HSL70.48º31.34%60.59%-
HSV(B)70.48º33.87%72.94%-
XYZ38.8145.6625.51-
YUV175.5398.36127.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=36.16%
G=38.43%
B=25.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861230.0600.340.2770.4831.3460.59
HexAFBA7B60221B461f3d
Octal2572721736042331063775
Binary10101111101110101111011110010001011011100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA7B; }

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

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

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

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

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

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

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

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