Html Css Color HEX #A54805 Rust

📋 copy color: '#A54805'

red 165 ◦ green 72 ◦ blue 5

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

Shades of Rust #A54805

Tints of Rust #A54805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 68.18%
G = 29.75%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A54805 (or 0xA54805) is known color: Rust. HEX triplet: A5, 48 and 05. RGB value is (165,72,5). Sum of RGB (Red+Green+Blue) = 165+72+5=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A54805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54805 is #5AB7FA. Grayscale: #5C5C5C. Windows color (decimal): -5945339 or 346277. OLE color: 346277.

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

Color convert

RGB 165 72 5 -
CMYK 0 0.56 0.97 0.35
HSL 25.13º 0.94% 0.33% -
HSV(B) 25.13º 0.97% 0.65% -
XYZ 17.86 12.65 1.64 -
YUV 92.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 165 72 5 0 0.56 0.97 0.35 25.13 0.94 0.33
Hex A5 48 5 0 38 61 23 19 5E 21
Octal 245 110 5 0 70 141 43 31 136 41
Binary 10100101 1001000 101 0 111000 1100001 100011 11001 1011110 100001

Color Harmonies of #A54805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54805

Black with #A54805

Text Example


Text Example

White with #A54805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54805; }

 p { color: rgb(165,72,5); }

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

background-color css

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

 a { background-color: rgb(165,72,5); }

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

border-color css

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

 span { border-color: rgb(165,72,5); }

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