Html Css Color HEX #AB5A30 Fiery Orange

📋 copy color: '#AB5A30'

red 171 ◦ green 90 ◦ blue 48

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

Shades of Fiery Orange #AB5A30

Tints of Fiery Orange #AB5A30

RGB

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

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

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

R = 55.34%
G = 29.13%
B = 15.53%

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

#AB5A30 (or 0xAB5A30) is known color: Fiery Orange. HEX triplet: AB, 5A and 30. RGB value is (171,90,48). Sum of RGB (Red+Green+Blue) = 171+90+48=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A30 is #54A5CF. Grayscale: #6D6D6D. Windows color (decimal): -5547472 or 3168939. OLE color: 3168939.

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

Color convert

RGB 171 90 48 -
CMYK 0 0.47 0.72 0.33
HSL 20.49º 0.56% 0.43% -
HSV(B) 20.49º 0.72% 0.67% -
XYZ 20.98 16.18 4.81 -
YUV 109.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 171 90 48 0 0.47 0.72 0.33 20.49 0.56 0.43
Hex AB 5A 30 0 2F 48 21 14 38 2B
Octal 253 132 60 0 57 110 41 24 70 53
Binary 10101011 1011010 110000 0 101111 1001000 100001 10100 111000 101011

Color Harmonies of #AB5A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A30

Black with #AB5A30

Text Example


Text Example

White with #AB5A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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