Html Css Color HEX #AB4600 Rust

📋 copy color: '#AB4600'

red 171 ◦ green 70 ◦ blue 0

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

Shades of Rust #AB4600

Tints of Rust #AB4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.95%
G = 29.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB4600 (or 0xAB4600) is known color: Rust. HEX triplet: AB, 46 and 00. RGB value is (171,70,0). Sum of RGB (Red+Green+Blue) = 171+70+0=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4600 is #54B9FF. Grayscale: #5C5C5C. Windows color (decimal): -5552640 or 18091. OLE color: 18091.

HSL color Cylindrical-coordinate representation of color #AB4600: hue angle of 24.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB4600 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 0 -
CMYK 0 0.59 1 0.33
HSL 24.56º 1% 0.34% -
HSV(B) 24.56º 1% 0.67% -
XYZ 18.98 13.04 1.52 -
YUV 92.22 75.96 184.19 -
System Red Green Blue C M Y K H S L
Decimal 171 70 0 0 0.59 1 0.33 24.56 1 0.34
Hex AB 46 0 0 3B 64 21 19 64 22
Octal 253 106 0 0 73 144 41 31 144 42
Binary 10101011 1000110 0 0 111011 1100100 100001 11001 1100100 100010

Color Harmonies of #AB4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4600

Black with #AB4600

Text Example


Text Example

White with #AB4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4600; }

 p { color: rgb(171,70,0); }

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

background-color css

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

 a { background-color: rgb(171,70,0); }

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

border-color css

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

 span { border-color: rgb(171,70,0); }

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