#AFC936

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

Shades of Fuego #AFC936

Tints of Fuego #AFC936

Color information

#AFC936 (or 0xAFC936) is unknown color: approx Fuego. HEX triplet: AF, C9 and 36. RGB value is (175,201,54). Sum of RGB (Red+Green+Blue) = 175+201+54=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC936 is #5036C9. Grayscale: #B1B1B1. Windows color (decimal): -5256906 or 3590575. OLE color: 3590575.

HSL color Cylindrical-coordinate representation of color #AFC936: hue angle of 70.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFC936 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB17520154-
CMYK0.1300.730.21
HSL70.61º57.65%50%-
HSV(B)70.61º73.13%78.82%-
XYZ39.2351.1511.3-
YUV176.4758.89126.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 201 (78.91% from 255) = 46.74%
BLUE value IS 54 (21.48% from 255) = 12.56%
R=40.70%
G=46.74%
B=12.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175201540.1300.730.2170.6157.6550
HexAFC936D04915473a32
Octal25731166150111251077262
Binary1010111111001001110110110101001001101011000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC936; }

 p { color: rgb(175,201,54); }

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

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

 a { background-color: rgb(175,201,54); }

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

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

 span { border-color: rgb(175,201,54); }

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