Html Css Color HEX #AB5A2A Fiery Orange

📋 copy color: '#AB5A2A'

red 171 ◦ green 90 ◦ blue 42

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

Shades of Fiery Orange #AB5A2A

Tints of Fiery Orange #AB5A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 56.44%
G = 29.7%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB5A2A (or 0xAB5A2A) is known color: Fiery Orange. HEX triplet: AB, 5A and 2A. RGB value is (171,90,42). Sum of RGB (Red+Green+Blue) = 171+90+42=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A2A is #54A5D5. Grayscale: #6D6D6D. Windows color (decimal): -5547478 or 2775723. OLE color: 2775723.

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

Color convert

RGB 171 90 42 -
CMYK 0 0.47 0.75 0.33
HSL 22.33º 0.61% 0.42% -
HSV(B) 22.33º 0.75% 0.67% -
XYZ 20.87 16.14 4.21 -
YUV 108.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 171 90 42 0 0.47 0.75 0.33 22.33 0.61 0.42
Hex AB 5A 2A 0 2F 4B 21 16 3D 2A
Octal 253 132 52 0 57 113 41 26 75 52
Binary 10101011 1011010 101010 0 101111 1001011 100001 10110 111101 101010

Color Harmonies of #AB5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A2A

Black with #AB5A2A

Text Example


Text Example

White with #AB5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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