Html Css Color HEX #AB5B30 Fiery Orange

📋 copy color: '#AB5B30'

red 171 ◦ green 91 ◦ blue 48

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

Shades of Fiery Orange #AB5B30

Tints of Fiery Orange #AB5B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 55.16%
G = 29.35%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB5B30 (or 0xAB5B30) is known color: Fiery Orange. HEX triplet: AB, 5B and 30. RGB value is (171,91,48). Sum of RGB (Red+Green+Blue) = 171+91+48=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B30 is #54A4CF. Grayscale: #6E6E6E. Windows color (decimal): -5547216 or 3169195. OLE color: 3169195.

HSL color Cylindrical-coordinate representation of color #AB5B30: hue angle of 20.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB5B30 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 91 48 -
CMYK 0 0.47 0.72 0.33
HSL 20.98º 0.56% 0.43% -
HSV(B) 20.98º 0.72% 0.67% -
XYZ 21.07 16.35 4.84 -
YUV 110.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 171 91 48 0 0.47 0.72 0.33 20.98 0.56 0.43
Hex AB 5B 30 0 2F 48 21 15 38 2B
Octal 253 133 60 0 57 110 41 25 70 53
Binary 10101011 1011011 110000 0 101111 1001000 100001 10101 111000 101011

Color Harmonies of #AB5B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5B30

Black with #AB5B30

Text Example


Text Example

White with #AB5B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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