Html Css Color HEX #A54C07 Rust

📋 copy color: '#A54C07'

red 165 ◦ green 76 ◦ blue 7

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

Shades of Rust #A54C07

Tints of Rust #A54C07

RGB

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

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

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

R = 66.53%
G = 30.65%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54C07 (or 0xA54C07) is known color: Rust. HEX triplet: A5, 4C and 07. RGB value is (165,76,7). Sum of RGB (Red+Green+Blue) = 165+76+7=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54C07 is #5AB3F8. Grayscale: #5F5F5F. Windows color (decimal): -5944313 or 478373. OLE color: 478373.

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

Color convert

RGB 165 76 7 -
CMYK 0 0.54 0.96 0.35
HSL 26.2º 0.92% 0.34% -
HSV(B) 26.2º 0.96% 0.65% -
XYZ 18.14 13.18 1.79 -
YUV 94.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 165 76 7 0 0.54 0.96 0.35 26.2 0.92 0.34
Hex A5 4C 7 0 36 60 23 1A 5C 22
Octal 245 114 7 0 66 140 43 32 134 42
Binary 10100101 1001100 111 0 110110 1100000 100011 11010 1011100 100010

Color Harmonies of #A54C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C07

Black with #A54C07

Text Example


Text Example

White with #A54C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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