#AFBF81

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

Shades of Caper #AFBF81

Tints of Caper #AFBF81

Color information

#AFBF81 (or 0xAFBF81) is unknown color: approx Caper. HEX triplet: AF, BF and 81. RGB value is (175,191,129). Sum of RGB (Red+Green+Blue) = 175+191+129=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF81 is #50407E. Grayscale: #B3B3B3. Windows color (decimal): -5259391 or 8503215. OLE color: 8503215.

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

Color convert

RGB175191129-
CMYK0.0800.320.25
HSL75.48º32.63%62.75%-
HSV(B)75.48º32.46%74.9%-
XYZ40.2747.9627.9-
YUV179.1599.7125.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=35.35%
G=38.59%
B=26.06%

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
Decimal1751911290.0800.320.2575.4832.6362.75
HexAFBF818020194b213f
Octal25727720110040311134177
Binary10101111101111111000000110000100000110011001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF81; }

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

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

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

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

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

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

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

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