#AFC084

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

Shades of Caper #AFC084

Tints of Caper #AFC084

Color information

#AFC084 (or 0xAFC084) is unknown color: approx Caper. HEX triplet: AF, C0 and 84. RGB value is (175,192,132). Sum of RGB (Red+Green+Blue) = 175+192+132=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC084 is #503F7B. Grayscale: #B4B4B4. Windows color (decimal): -5259132 or 8700079. OLE color: 8700079.

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

Color convert

RGB175192132-
CMYK0.0900.310.25
HSL77º32.26%63.53%-
HSV(B)77º31.25%75.29%-
XYZ40.6948.4829.04-
YUV180.08100.87124.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=35.07%
G=38.48%
B=26.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921320.0900.310.257732.2663.53
HexAFC084901F194d2040
Octal257300204110373111540100
Binary10101111110000001000010010010111111100110011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC084; }

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

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

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

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

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

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

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

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