Html Css Color HEX #A54C05 Rust

📋 copy color: '#A54C05'

red 165 ◦ green 76 ◦ blue 5

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

Shades of Rust #A54C05

Tints of Rust #A54C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 67.07%
G = 30.89%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A54C05 (or 0xA54C05) is known color: Rust. HEX triplet: A5, 4C and 05. RGB value is (165,76,5). Sum of RGB (Red+Green+Blue) = 165+76+5=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C05 is #5AB3FA. Grayscale: #5E5E5E. Windows color (decimal): -5944315 or 347301. OLE color: 347301.

HSL color Cylindrical-coordinate representation of color #A54C05: hue angle of 26.62º 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 #A54C05 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 5 -
CMYK 0 0.54 0.97 0.35
HSL 26.63º 0.94% 0.33% -
HSV(B) 26.63º 0.97% 0.65% -
XYZ 18.13 13.18 1.73 -
YUV 94.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 165 76 5 0 0.54 0.97 0.35 26.63 0.94 0.33
Hex A5 4C 5 0 36 61 23 1B 5E 21
Octal 245 114 5 0 66 141 43 33 136 41
Binary 10100101 1001100 101 0 110110 1100001 100011 11011 1011110 100001

Color Harmonies of #A54C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C05

Black with #A54C05

Text Example


Text Example

White with #A54C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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