#AFC834

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

Shades of Fuego #AFC834

Tints of Fuego #AFC834

Color information

#AFC834 (or 0xAFC834) is unknown color: approx Fuego. HEX triplet: AF, C8 and 34. RGB value is (175,200,52). Sum of RGB (Red+Green+Blue) = 175+200+52=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC834 is #5037CB. Grayscale: #B0B0B0. Windows color (decimal): -5257164 or 3459247. OLE color: 3459247.

HSL color Cylindrical-coordinate representation of color #AFC834: hue angle of 70.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC834 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB17520052-
CMYK0.1200.740.22
HSL70.14º58.73%49.41%-
HSV(B)70.14º74%78.43%-
XYZ38.9550.6710.98-
YUV175.6558.22127.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=40.98%
G=46.84%
B=12.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175200520.1200.740.2270.1458.7349.41
HexAFC834C04A16463b31
Octal25731064140112261067361
Binary1010111111001000110100110001001010101101000110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC834; }

 p { color: rgb(175,200,52); }

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

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

 a { background-color: rgb(175,200,52); }

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

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

 span { border-color: rgb(175,200,52); }

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