Html Css Color HEX #AB540E Rust

📋 copy color: '#AB540E'

red 171 ◦ green 84 ◦ blue 14

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

Shades of Rust #AB540E

Tints of Rust #AB540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 63.57%
G = 31.23%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB540E (or 0xAB540E) is known color: Rust. HEX triplet: AB, 54 and 0E. RGB value is (171,84,14). Sum of RGB (Red+Green+Blue) = 171+84+14=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB540E is #54ABF1. Grayscale: #666666. Windows color (decimal): -5549042 or 939179. OLE color: 939179.

HSL color Cylindrical-coordinate representation of color #AB540E: hue angle of 26.75º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB540E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 14 -
CMYK 0 0.51 0.92 0.33
HSL 26.75º 0.85% 0.36% -
HSV(B) 26.75º 0.92% 0.67% -
XYZ 20.04 15.03 2.26 -
YUV 102.03 78.32 177.19 -
System Red Green Blue C M Y K H S L
Decimal 171 84 14 0 0.51 0.92 0.33 26.75 0.85 0.36
Hex AB 54 E 0 33 5C 21 1B 55 24
Octal 253 124 16 0 63 134 41 33 125 44
Binary 10101011 1010100 1110 0 110011 1011100 100001 11011 1010101 100100

Color Harmonies of #AB540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB540E

Black with #AB540E

Text Example


Text Example

White with #AB540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB540E; }

 p { color: rgb(171,84,14); }

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

background-color css

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

 a { background-color: rgb(171,84,14); }

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

border-color css

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

 span { border-color: rgb(171,84,14); }

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