#AD5F35

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

Shades of Fiery Orange #AD5F35

Tints of Fiery Orange #AD5F35

Color information

#AD5F35 (or 0xAD5F35) is unknown color: approx Fiery Orange. HEX triplet: AD, 5F and 35. RGB value is (173,95,53). Sum of RGB (Red+Green+Blue) = 173+95+53=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F35 is #52A0CA. Grayscale: #717171. Windows color (decimal): -5415115 or 3497901. OLE color: 3497901.

HSL color Cylindrical-coordinate representation of color #AD5F35: hue angle of 21º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5F35 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1739553-
CMYK00.450.690.32
HSL21º53.1%44.31%-
HSV(B)21º69.36%67.84%-
XYZ21.9717.335.55-
YUV113.5393.84170.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=53.89%
G=29.60%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173955300.450.690.322153.144.31
HexAD5F3502D452015352c
Octal2551376505510540256554
Binary1010110110111111101010101101100010110000010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F35; }

 p { color: rgb(173,95,53); }

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

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

 a { background-color: rgb(173,95,53); }

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

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

 span { border-color: rgb(173,95,53); }

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