#AFBA8D

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

Shades of Caper #AFBA8D

Tints of Caper #AFBA8D

Color information

#AFBA8D (or 0xAFBA8D) is unknown color: approx Caper. HEX triplet: AF, BA and 8D. RGB value is (175,186,141). Sum of RGB (Red+Green+Blue) = 175+186+141=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA8D is #504572. Grayscale: #B1B1B1. Windows color (decimal): -5260659 or 9288367. OLE color: 9288367.

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

Color convert

RGB175186141-
CMYK0.0600.240.27
HSL74.67º24.59%64.12%-
HSV(B)74.67º24.19%72.94%-
XYZ40.0546.1532-
YUV177.58107.36126.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=34.86%
G=37.05%
B=28.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861410.0600.240.2774.6724.5964.12
HexAFBA8D60181B4b1940
Octal25727221560303311331100
Binary101011111011101010001101110011000110111001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA8D; }

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

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

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

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

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

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

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

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