Html Css Color HEX #AB582C Fiery Orange

📋 copy color: '#AB582C'

red 171 ◦ green 88 ◦ blue 44

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

Shades of Fiery Orange #AB582C

Tints of Fiery Orange #AB582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 56.44%
G = 29.04%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB582C (or 0xAB582C) is known color: Fiery Orange. HEX triplet: AB, 58 and 2C. RGB value is (171,88,44). Sum of RGB (Red+Green+Blue) = 171+88+44=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB582C is #54A7D3. Grayscale: #6C6C6C. Windows color (decimal): -5547988 or 2906283. OLE color: 2906283.

HSL color Cylindrical-coordinate representation of color #AB582C: hue angle of 20.79º degrees, saturation: 0.59, 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 #AB582C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 88 44 -
CMYK 0 0.49 0.74 0.33
HSL 20.79º 0.59% 0.42% -
HSV(B) 20.79º 0.74% 0.67% -
XYZ 20.74 15.82 4.34 -
YUV 107.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 171 88 44 0 0.49 0.74 0.33 20.79 0.59 0.42
Hex AB 58 2C 0 31 4A 21 15 3B 2A
Octal 253 130 54 0 61 112 41 25 73 52
Binary 10101011 1011000 101100 0 110001 1001010 100001 10101 111011 101010

Color Harmonies of #AB582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB582C

Black with #AB582C

Text Example


Text Example

White with #AB582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB582C; }

 p { color: rgb(171,88,44); }

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

background-color css

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

 a { background-color: rgb(171,88,44); }

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

border-color css

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

 span { border-color: rgb(171,88,44); }

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