Html Css Color HEX #A54700 Rust

📋 copy color: '#A54700'

red 165 ◦ green 71 ◦ blue 0

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

Shades of Rust #A54700

Tints of Rust #A54700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

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

R = 69.92%
G = 30.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A54700 (or 0xA54700) is known color: Rust. HEX triplet: A5, 47 and 00. RGB value is (165,71,0). Sum of RGB (Red+Green+Blue) = 165+71+0=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A54700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54700 is #5AB8FF. Grayscale: #5B5B5B. Windows color (decimal): -5945600 or 18341. OLE color: 18341.

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

Color convert

RGB 165 71 0 -
CMYK 0 0.57 1 0.35
HSL 25.82º 1% 0.32% -
HSV(B) 25.82º 1% 0.65% -
XYZ 17.77 12.51 1.48 -
YUV 91.01 76.64 180.77 -
System Red Green Blue C M Y K H S L
Decimal 165 71 0 0 0.57 1 0.35 25.82 1 0.32
Hex A5 47 0 0 39 64 23 1A 64 20
Octal 245 107 0 0 71 144 43 32 144 40
Binary 10100101 1000111 0 0 111001 1100100 100011 11010 1100100 100000

Color Harmonies of #A54700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54700

Black with #A54700

Text Example


Text Example

White with #A54700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54700; }

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

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

background-color css

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

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

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

border-color css

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

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

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