Html Css Color HEX #AD602A Fiery Orange

📋 copy color: '#AD602A'

red 173 ◦ green 96 ◦ blue 42

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

Shades of Fiery Orange #AD602A

Tints of Fiery Orange #AD602A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 55.63%
G = 30.87%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD602A (or 0xAD602A) is known color: Fiery Orange. HEX triplet: AD, 60 and 2A. RGB value is (173,96,42). Sum of RGB (Red+Green+Blue) = 173+96+42=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD602A is #529FD5. Grayscale: #717171. Windows color (decimal): -5414870 or 2777261. OLE color: 2777261.

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

Color convert

RGB 173 96 42 -
CMYK 0 0.45 0.76 0.32
HSL 24.73º 0.61% 0.42% -
HSV(B) 24.73º 0.76% 0.68% -
XYZ 21.83 17.42 4.4 -
YUV 112.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 173 96 42 0 0.45 0.76 0.32 24.73 0.61 0.42
Hex AD 60 2A 0 2D 4C 20 19 3D 2A
Octal 255 140 52 0 55 114 40 31 75 52
Binary 10101101 1100000 101010 0 101101 1001100 100000 11001 111101 101010

Color Harmonies of #AD602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD602A

Black with #AD602A

Text Example


Text Example

White with #AD602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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