#AF6235

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

Shades of Fiery Orange #AF6235

Tints of Fiery Orange #AF6235

Color information

#AF6235 (or 0xAF6235) is unknown color: approx Fiery Orange. HEX triplet: AF, 62 and 35. RGB value is (175,98,53). Sum of RGB (Red+Green+Blue) = 175+98+53=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6235 is #509DCA. Grayscale: #747474. Windows color (decimal): -5283275 or 3498671. OLE color: 3498671.

HSL color Cylindrical-coordinate representation of color #AF6235: hue angle of 22.13º 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 #AF6235 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1759853-
CMYK00.440.700.31
HSL22.13º53.51%44.71%-
HSV(B)22.13º69.71%68.63%-
XYZ22.6918.115.67-
YUV115.8992.51170.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=53.68%
G=30.06%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175985300.440.700.3122.1353.5144.71
HexAF623502C461F16362d
Octal2571426505410637266655
Binary101011111100010110101010110010001101111110110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6235; }

 p { color: rgb(175,98,53); }

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

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

 a { background-color: rgb(175,98,53); }

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

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

 span { border-color: rgb(175,98,53); }

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