#AF6134

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

Shades of Fiery Orange #AF6134

Tints of Fiery Orange #AF6134

Color information

#AF6134 (or 0xAF6134) is unknown color: approx Fiery Orange. HEX triplet: AF, 61 and 34. RGB value is (175,97,52). Sum of RGB (Red+Green+Blue) = 175+97+52=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6134 is #509ECB. Grayscale: #737373. Windows color (decimal): -5283532 or 3432879. OLE color: 3432879.

HSL color Cylindrical-coordinate representation of color #AF6134: hue angle of 21.95º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF6134 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1759752-
CMYK00.450.700.31
HSL21.95º54.19%44.51%-
HSV(B)21.95º70.29%68.63%-
XYZ22.5717.915.52-
YUV115.1992.34170.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=54.01%
G=29.94%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175975200.450.700.3121.9554.1944.51
HexAF613402D461F16362d
Octal2571416405510637266655
Binary101011111100001110100010110110001101111110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6134; }

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

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

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

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

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

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

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

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