#AFC575

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

Shades of Caper #AFC575

Tints of Caper #AFC575

Color information

#AFC575 (or 0xAFC575) is unknown color: approx Caper. HEX triplet: AF, C5 and 75. RGB value is (175,197,117). Sum of RGB (Red+Green+Blue) = 175+197+117=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC575 is #503A8A. Grayscale: #B5B5B5. Windows color (decimal): -5257867 or 7718319. OLE color: 7718319.

HSL color Cylindrical-coordinate representation of color #AFC575: hue angle of 76.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC575 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB175197117-
CMYK0.1100.410.23
HSL76.5º40.82%61.57%-
HSV(B)76.5º40.61%77.25%-
XYZ40.8650.3324.39-
YUV181.391.71123.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=35.79%
G=40.29%
B=23.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971170.1100.410.2376.540.8261.57
HexAFC575B029174c293e
Octal25730516513051271145176
Binary1010111111000101111010110110101001101111001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC575; }

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

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

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

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

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

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

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

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