Html Css Color HEX #AB5007 Rust

📋 copy color: '#AB5007'

red 171 ◦ green 80 ◦ blue 7

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

Shades of Rust #AB5007

Tints of Rust #AB5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 66.28%
G = 31.01%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB5007 (or 0xAB5007) is known color: Rust. HEX triplet: AB, 50 and 07. RGB value is (171,80,7). Sum of RGB (Red+Green+Blue) = 171+80+7=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5007 is #54AFF8. Grayscale: #636363. Windows color (decimal): -5550073 or 479403. OLE color: 479403.

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

Color convert

RGB 171 80 7 -
CMYK 0 0.53 0.96 0.33
HSL 26.71º 0.92% 0.35% -
HSV(B) 26.71º 0.96% 0.67% -
XYZ 19.7 14.41 1.94 -
YUV 98.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 171 80 7 0 0.53 0.96 0.33 26.71 0.92 0.35
Hex AB 50 7 0 35 60 21 1B 5C 23
Octal 253 120 7 0 65 140 41 33 134 43
Binary 10101011 1010000 111 0 110101 1100000 100001 11011 1011100 100011

Color Harmonies of #AB5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5007

Black with #AB5007

Text Example


Text Example

White with #AB5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5007; }

 p { color: rgb(171,80,7); }

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

background-color css

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

 a { background-color: rgb(171,80,7); }

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

border-color css

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

 span { border-color: rgb(171,80,7); }

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