#AD6134

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

Shades of Fiery Orange #AD6134

Tints of Fiery Orange #AD6134

Color information

#AD6134 (or 0xAD6134) is unknown color: approx Fiery Orange. HEX triplet: AD, 61 and 34. RGB value is (173,97,52). Sum of RGB (Red+Green+Blue) = 173+97+52=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6134 is #529ECB. Grayscale: #727272. Windows color (decimal): -5414604 or 3432877. OLE color: 3432877.

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

Color convert

RGB1739752-
CMYK00.440.700.32
HSL22.31º53.78%44.12%-
HSV(B)22.31º69.94%67.84%-
XYZ22.1317.685.5-
YUV114.5992.68169.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=53.73%
G=30.12%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173975200.440.700.3222.3153.7844.12
HexAD613402C462016362c
Octal2551416405410640266654
Binary1010110111000011101000101100100011010000010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6134; }

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

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

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

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

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

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

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

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