Html Css Color HEX #AB5A2D Fiery Orange

📋 copy color: '#AB5A2D'

red 171 ◦ green 90 ◦ blue 45

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

Shades of Fiery Orange #AB5A2D

Tints of Fiery Orange #AB5A2D

RGB

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

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

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

R = 55.88%
G = 29.41%
B = 14.71%

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

#AB5A2D (or 0xAB5A2D) is known color: Fiery Orange. HEX triplet: AB, 5A and 2D. RGB value is (171,90,45). Sum of RGB (Red+Green+Blue) = 171+90+45=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A2D is #54A5D2. Grayscale: #6D6D6D. Windows color (decimal): -5547475 or 2972331. OLE color: 2972331.

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

Color convert

RGB 171 90 45 -
CMYK 0 0.47 0.74 0.33
HSL 21.43º 0.58% 0.42% -
HSV(B) 21.43º 0.74% 0.67% -
XYZ 20.92 16.16 4.5 -
YUV 109.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 171 90 45 0 0.47 0.74 0.33 21.43 0.58 0.42
Hex AB 5A 2D 0 2F 4A 21 15 3A 2A
Octal 253 132 55 0 57 112 41 25 72 52
Binary 10101011 1011010 101101 0 101111 1001010 100001 10101 111010 101010

Color Harmonies of #AB5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A2D

Black with #AB5A2D

Text Example


Text Example

White with #AB5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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