Html Css Color HEX #AB5306 Rust

📋 copy color: '#AB5306'

red 171 ◦ green 83 ◦ blue 6

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

Shades of Rust #AB5306

Tints of Rust #AB5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 65.77%
G = 31.92%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB5306 (or 0xAB5306) is known color: Rust. HEX triplet: AB, 53 and 06. RGB value is (171,83,6). Sum of RGB (Red+Green+Blue) = 171+83+6=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5306 is #54ACF9. Grayscale: #646464. Windows color (decimal): -5549306 or 414635. OLE color: 414635.

HSL color Cylindrical-coordinate representation of color #AB5306: hue angle of 28º degrees, saturation: 0.93, 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 #AB5306 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 6 -
CMYK 0 0.51 0.96 0.33
HSL 28º 0.93% 0.35% -
HSV(B) 28º 0.96% 0.67% -
XYZ 19.92 14.86 1.99 -
YUV 100.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 171 83 6 0 0.51 0.96 0.33 28 0.93 0.35
Hex AB 53 6 0 33 60 21 1C 5D 23
Octal 253 123 6 0 63 140 41 34 135 43
Binary 10101011 1010011 110 0 110011 1100000 100001 11100 1011101 100011

Color Harmonies of #AB5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5306

Black with #AB5306

Text Example


Text Example

White with #AB5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5306; }

 p { color: rgb(171,83,6); }

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

background-color css

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

 a { background-color: rgb(171,83,6); }

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

border-color css

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

 span { border-color: rgb(171,83,6); }

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