#AFBB75

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

Shades of Caper #AFBB75

Tints of Caper #AFBB75

Color information

#AFBB75 (or 0xAFBB75) is unknown color: approx Caper. HEX triplet: AF, BB and 75. RGB value is (175,187,117). Sum of RGB (Red+Green+Blue) = 175+187+117=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB75 is #50448A. Grayscale: #AFAFAF. Windows color (decimal): -5260427 or 7715759. OLE color: 7715759.

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

Color convert

RGB175187117-
CMYK0.0600.370.27
HSL70.29º33.98%59.61%-
HSV(B)70.29º37.43%73.33%-
XYZ38.6645.9423.66-
YUV175.4395.02127.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=36.53%
G=39.04%
B=24.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871170.0600.370.2770.2933.9859.61
HexAFBB7560251B46223c
Octal2572731656045331064274
Binary101011111011101111101011100100101110111000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB75; }

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

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

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

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

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

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

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

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