#AFC083

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

Shades of Caper #AFC083

Tints of Caper #AFC083

Color information

#AFC083 (or 0xAFC083) is unknown color: approx Caper. HEX triplet: AF, C0 and 83. RGB value is (175,192,131). Sum of RGB (Red+Green+Blue) = 175+192+131=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC083 is #503F7C. Grayscale: #B4B4B4. Windows color (decimal): -5259133 or 8634543. OLE color: 8634543.

HSL color Cylindrical-coordinate representation of color #AFC083: hue angle of 76.72º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC083 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB175192131-
CMYK0.0900.320.25
HSL76.72º32.62%63.33%-
HSV(B)76.72º31.77%75.29%-
XYZ40.6348.4528.68-
YUV179.96100.37124.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=35.14%
G=38.55%
B=26.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921310.0900.320.2576.7232.6263.33
HexAFC0839020194d213f
Octal25730020311040311154177
Binary10101111110000001000001110010100000110011001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC083; }

 p { color: rgb(175,192,131); }

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

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

 a { background-color: rgb(175,192,131); }

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

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

 span { border-color: rgb(175,192,131); }

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