#AFC174

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

Shades of Caper #AFC174

Tints of Caper #AFC174

Color information

#AFC174 (or 0xAFC174) is unknown color: approx Caper. HEX triplet: AF, C1 and 74. RGB value is (175,193,116). Sum of RGB (Red+Green+Blue) = 175+193+116=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC174 is #503E8B. Grayscale: #B3B3B3. Windows color (decimal): -5258892 or 7651759. OLE color: 7651759.

HSL color Cylindrical-coordinate representation of color #AFC174: hue angle of 74.03º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFC174 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB175193116-
CMYK0.0900.400.24
HSL74.03º38.31%60.59%-
HSV(B)74.03º39.9%75.69%-
XYZ39.948.5123.78-
YUV178.8492.54125.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=36.16%
G=39.88%
B=23.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931160.0900.400.2474.0338.3160.59
HexAFC1749028184a263d
Octal25730116411050301124675
Binary1010111111000001111010010010101000110001001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC174; }

 p { color: rgb(175,193,116); }

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

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

 a { background-color: rgb(175,193,116); }

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

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

 span { border-color: rgb(175,193,116); }

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