Html Css Color HEX #AD6030 Fiery Orange

📋 copy color: '#AD6030'

red 173 ◦ green 96 ◦ blue 48

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

Shades of Fiery Orange #AD6030

Tints of Fiery Orange #AD6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 54.57%
G = 30.28%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6030 (or 0xAD6030) is known color: Fiery Orange. HEX triplet: AD, 60 and 30. RGB value is (173,96,48). Sum of RGB (Red+Green+Blue) = 173+96+48=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6030 is #529FCF. Grayscale: #717171. Windows color (decimal): -5414864 or 3170477. OLE color: 3170477.

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

Color convert

RGB 173 96 48 -
CMYK 0 0.45 0.72 0.32
HSL 23.04º 0.57% 0.43% -
HSV(B) 23.04º 0.72% 0.68% -
XYZ 21.95 17.46 5.01 -
YUV 113.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 173 96 48 0 0.45 0.72 0.32 23.04 0.57 0.43
Hex AD 60 30 0 2D 48 20 17 39 2B
Octal 255 140 60 0 55 110 40 27 71 53
Binary 10101101 1100000 110000 0 101101 1001000 100000 10111 111001 101011

Color Harmonies of #AD6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6030

Black with #AD6030

Text Example


Text Example

White with #AD6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6030; }

 p { color: rgb(173,96,48); }

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

background-color css

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

 a { background-color: rgb(173,96,48); }

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

border-color css

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

 span { border-color: rgb(173,96,48); }

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