Html Css Color HEX #AB5B2C Fiery Orange

📋 copy color: '#AB5B2C'

red 171 ◦ green 91 ◦ blue 44

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

Shades of Fiery Orange #AB5B2C

Tints of Fiery Orange #AB5B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

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

R = 55.88%
G = 29.74%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB5B2C (or 0xAB5B2C) is known color: Fiery Orange. HEX triplet: AB, 5B and 2C. RGB value is (171,91,44). Sum of RGB (Red+Green+Blue) = 171+91+44=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B2C is #54A4D3. Grayscale: #6D6D6D. Windows color (decimal): -5547220 or 2907051. OLE color: 2907051.

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

Color convert

RGB 171 91 44 -
CMYK 0 0.47 0.74 0.33
HSL 22.2º 0.59% 0.42% -
HSV(B) 22.2º 0.74% 0.67% -
XYZ 20.99 16.32 4.43 -
YUV 109.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 171 91 44 0 0.47 0.74 0.33 22.2 0.59 0.42
Hex AB 5B 2C 0 2F 4A 21 16 3B 2A
Octal 253 133 54 0 57 112 41 26 73 52
Binary 10101011 1011011 101100 0 101111 1001010 100001 10110 111011 101010

Color Harmonies of #AB5B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B2C

Black with #AB5B2C

Text Example


Text Example

White with #AB5B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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