Html Css Color HEX #A55107 Rust

📋 copy color: '#A55107'

red 165 ◦ green 81 ◦ blue 7

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

Shades of Rust #A55107

Tints of Rust #A55107

RGB

 RED value IS 165 (64.84% from 255) = 65.22%

 GREEN value IS 81 (32.03% from 255) = 32.02%

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

R = 65.22%
G = 32.02%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A55107 (or 0xA55107) is known color: Rust. HEX triplet: A5, 51 and 07. RGB value is (165,81,7). Sum of RGB (Red+Green+Blue) = 165+81+7=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A55107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55107 is #5AAEF8. Grayscale: #626262. Windows color (decimal): -5943033 or 479653. OLE color: 479653.

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

Color convert

RGB 165 81 7 -
CMYK 0 0.51 0.96 0.35
HSL 28.1º 0.92% 0.34% -
HSV(B) 28.1º 0.96% 0.65% -
XYZ 18.5 13.9 1.91 -
YUV 97.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 165 81 7 0 0.51 0.96 0.35 28.1 0.92 0.34
Hex A5 51 7 0 33 60 23 1C 5C 22
Octal 245 121 7 0 63 140 43 34 134 42
Binary 10100101 1010001 111 0 110011 1100000 100011 11100 1011100 100010

Color Harmonies of #A55107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55107

Black with #A55107

Text Example


Text Example

White with #A55107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55107; }

 p { color: rgb(165,81,7); }

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

background-color css

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

 a { background-color: rgb(165,81,7); }

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

border-color css

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

 span { border-color: rgb(165,81,7); }

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