#AFBF82

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

Shades of Caper #AFBF82

Tints of Caper #AFBF82

Color information

#AFBF82 (or 0xAFBF82) is unknown color: approx Caper. HEX triplet: AF, BF and 82. RGB value is (175,191,130). Sum of RGB (Red+Green+Blue) = 175+191+130=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF82 is #50407D. Grayscale: #B3B3B3. Windows color (decimal): -5259390 or 8568751. OLE color: 8568751.

HSL color Cylindrical-coordinate representation of color #AFBF82: hue angle of 75.74º degrees, saturation: 0.32, 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 #AFBF82 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB175191130-
CMYK0.0800.320.25
HSL75.74º32.28%62.94%-
HSV(B)75.74º31.94%74.9%-
XYZ40.3447.9928.26-
YUV179.26100.2124.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=35.28%
G=38.51%
B=26.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911300.0800.320.2575.7432.2862.94
HexAFBF828020194c203f
Octal25727720210040311144077
Binary10101111101111111000001010000100000110011001100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF82; }

 p { color: rgb(175,191,130); }

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

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

 a { background-color: rgb(175,191,130); }

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

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

 span { border-color: rgb(175,191,130); }

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