Html Css Color HEX #AB5E2D Fiery Orange

📋 copy color: '#AB5E2D'

red 171 ◦ green 94 ◦ blue 45

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

Shades of Fiery Orange #AB5E2D

Tints of Fiery Orange #AB5E2D

RGB

 RED value IS 171 (67.19% from 255) = 55.16%

 GREEN value IS 94 (37.11% from 255) = 30.32%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 55.16%
G = 30.32%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB5E2D (or 0xAB5E2D) is known color: Fiery Orange. HEX triplet: AB, 5E and 2D. RGB value is (171,94,45). Sum of RGB (Red+Green+Blue) = 171+94+45=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E2D is #54A1D2. Grayscale: #6F6F6F. Windows color (decimal): -5546451 or 2973355. OLE color: 2973355.

HSL color Cylindrical-coordinate representation of color #AB5E2D: hue angle of 23.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB5E2D is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 94 45 -
CMYK 0 0.45 0.74 0.33
HSL 23.33º 0.58% 0.42% -
HSV(B) 23.33º 0.74% 0.67% -
XYZ 21.27 16.85 4.61 -
YUV 111.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 171 94 45 0 0.45 0.74 0.33 23.33 0.58 0.42
Hex AB 5E 2D 0 2D 4A 21 17 3A 2A
Octal 253 136 55 0 55 112 41 27 72 52
Binary 10101011 1011110 101101 0 101101 1001010 100001 10111 111010 101010

Color Harmonies of #AB5E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E2D

Black with #AB5E2D

Text Example


Text Example

White with #AB5E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E2D; }

 p { color: rgb(171,94,45); }

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

background-color css

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

 a { background-color: rgb(171,94,45); }

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

border-color css

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

 span { border-color: rgb(171,94,45); }

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