Html Css Color HEX #AD5A2B Fiery Orange

📋 copy color: '#AD5A2B'

red 173 ◦ green 90 ◦ blue 43

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

Shades of Fiery Orange #AD5A2B

Tints of Fiery Orange #AD5A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 56.54%
G = 29.41%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD5A2B (or 0xAD5A2B) is known color: Fiery Orange. HEX triplet: AD, 5A and 2B. RGB value is (173,90,43). Sum of RGB (Red+Green+Blue) = 173+90+43=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A2B is #52A5D4. Grayscale: #6D6D6D. Windows color (decimal): -5416405 or 2841261. OLE color: 2841261.

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

Color convert

RGB 173 90 43 -
CMYK 0 0.48 0.75 0.32
HSL 21.69º 0.6% 0.42% -
HSV(B) 21.69º 0.75% 0.68% -
XYZ 21.33 16.37 4.32 -
YUV 109.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 173 90 43 0 0.48 0.75 0.32 21.69 0.6 0.42
Hex AD 5A 2B 0 30 4B 20 16 3C 2A
Octal 255 132 53 0 60 113 40 26 74 52
Binary 10101101 1011010 101011 0 110000 1001011 100000 10110 111100 101010

Color Harmonies of #AD5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A2B

Black with #AD5A2B

Text Example


Text Example

White with #AD5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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