Html Css Color HEX #A54D00 Rust

📋 copy color: '#A54D00'

red 165 ◦ green 77 ◦ blue 0

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

Shades of Rust #A54D00

Tints of Rust #A54D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.18%
G = 31.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A54D00 (or 0xA54D00) is known color: Rust. HEX triplet: A5, 4D and 00. RGB value is (165,77,0). Sum of RGB (Red+Green+Blue) = 165+77+0=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54D00 is #5AB2FF. Grayscale: #5E5E5E. Windows color (decimal): -5944064 or 19877. OLE color: 19877.

HSL color Cylindrical-coordinate representation of color #A54D00: hue angle of 28º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A54D00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 77 0 -
CMYK 0 0.53 1 0.35
HSL 28º 1% 0.32% -
HSV(B) 28º 1% 0.65% -
XYZ 18.17 13.31 1.61 -
YUV 94.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 165 77 0 0 0.53 1 0.35 28 1 0.32
Hex A5 4D 0 0 35 64 23 1C 64 20
Octal 245 115 0 0 65 144 43 34 144 40
Binary 10100101 1001101 0 0 110101 1100100 100011 11100 1100100 100000

Color Harmonies of #A54D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D00

Black with #A54D00

Text Example


Text Example

White with #A54D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D00; }

 p { color: rgb(165,77,0); }

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

background-color css

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

 a { background-color: rgb(165,77,0); }

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

border-color css

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

 span { border-color: rgb(165,77,0); }

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