#AFBB84

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

Shades of Caper #AFBB84

Tints of Caper #AFBB84

Color information

#AFBB84 (or 0xAFBB84) is unknown color: approx Caper. HEX triplet: AF, BB and 84. RGB value is (175,187,132). Sum of RGB (Red+Green+Blue) = 175+187+132=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB84 is #50447B. Grayscale: #B1B1B1. Windows color (decimal): -5260412 or 8698799. OLE color: 8698799.

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

Color convert

RGB175187132-
CMYK0.0600.290.27
HSL73.09º28.8%62.55%-
HSV(B)73.09º29.41%73.33%-
XYZ39.6146.3228.68-
YUV177.14102.52126.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=35.43%
G=37.85%
B=26.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871320.0600.290.2773.0928.862.55
HexAFBB84601D1B491d3f
Octal2572732046035331113577
Binary10101111101110111000010011001110111011100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB84; }

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

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

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

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

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

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

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

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