Html Css Color HEX #AD5A25 Fiery Orange

📋 copy color: '#AD5A25'

red 173 ◦ green 90 ◦ blue 37

#AD5A25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #AD5A25

Tints of Fiery Orange #AD5A25

RGB

 RED value IS 173 (67.97% from 255) = 57.67%

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 57.67%
G = 30%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD5A25 (or 0xAD5A25) is known color: Fiery Orange. HEX triplet: AD, 5A and 25. RGB value is (173,90,37). Sum of RGB (Red+Green+Blue) = 173+90+37=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A25 is #52A5DA. Grayscale: #6D6D6D. Windows color (decimal): -5416411 or 2448045. OLE color: 2448045.

HSL color Cylindrical-coordinate representation of color #AD5A25: hue angle of 23.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD5A25 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 37 -
CMYK 0 0.48 0.79 0.32
HSL 23.38º 0.65% 0.41% -
HSV(B) 23.38º 0.79% 0.68% -
XYZ 21.22 16.33 3.78 -
YUV 108.78 87.5 173.81 -
System Red Green Blue C M Y K H S L
Decimal 173 90 37 0 0.48 0.79 0.32 23.38 0.65 0.41
Hex AD 5A 25 0 30 4F 20 17 41 29
Octal 255 132 45 0 60 117 40 27 101 51
Binary 10101101 1011010 100101 0 110000 1001111 100000 10111 1000001 101001

Color Harmonies of #AD5A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A25

Black with #AD5A25

Text Example


Text Example

White with #AD5A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A25; }

 p { color: rgb(173,90,37); }

 H1.HeaderClassName
 {
   color: #AD5A25;
 }
 .AnyTagClassName
 {
   color: #AD5A25;
 }
</style>

background-color css

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

 a { background-color: rgb(173,90,37); }

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

border-color css

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

 span { border-color: rgb(173,90,37); }

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