Html Css Color HEX #AB550A Rust

📋 copy color: '#AB550A'

red 171 ◦ green 85 ◦ blue 10

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

Shades of Rust #AB550A

Tints of Rust #AB550A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 64.29%
G = 31.95%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB550A (or 0xAB550A) is known color: Rust. HEX triplet: AB, 55 and 0A. RGB value is (171,85,10). Sum of RGB (Red+Green+Blue) = 171+85+10=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB550A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB550A is #54AAF5. Grayscale: #666666. Windows color (decimal): -5548790 or 677291. OLE color: 677291.

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

Color convert

RGB 171 85 10 -
CMYK 0 0.50 0.94 0.33
HSL 27.95º 0.89% 0.35% -
HSV(B) 27.95º 0.94% 0.67% -
XYZ 20.1 15.18 2.16 -
YUV 102.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 171 85 10 0 0.50 0.94 0.33 27.95 0.89 0.35
Hex AB 55 A 0 32 5E 21 1C 59 23
Octal 253 125 12 0 62 136 41 34 131 43
Binary 10101011 1010101 1010 0 110010 1011110 100001 11100 1011001 100011

Color Harmonies of #AB550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB550A

Black with #AB550A

Text Example


Text Example

White with #AB550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB550A; }

 p { color: rgb(171,85,10); }

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

background-color css

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

 a { background-color: rgb(171,85,10); }

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

border-color css

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

 span { border-color: rgb(171,85,10); }

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