Html Css Color HEX #A54E04 Rust

📋 copy color: '#A54E04'

red 165 ◦ green 78 ◦ blue 4

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

Shades of Rust #A54E04

Tints of Rust #A54E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 66.8%
G = 31.58%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A54E04 (or 0xA54E04) is known color: Rust. HEX triplet: A5, 4E and 04. RGB value is (165,78,4). Sum of RGB (Red+Green+Blue) = 165+78+4=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54E04 is #5AB1FB. Grayscale: #5F5F5F. Windows color (decimal): -5943804 or 282277. OLE color: 282277.

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

Color convert

RGB 165 78 4 -
CMYK 0 0.53 0.98 0.35
HSL 27.58º 0.95% 0.33% -
HSV(B) 27.58º 0.98% 0.65% -
XYZ 18.26 13.46 1.75 -
YUV 95.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 165 78 4 0 0.53 0.98 0.35 27.58 0.95 0.33
Hex A5 4E 4 0 35 62 23 1C 5F 21
Octal 245 116 4 0 65 142 43 34 137 41
Binary 10100101 1001110 100 0 110101 1100010 100011 11100 1011111 100001

Color Harmonies of #A54E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E04

Black with #A54E04

Text Example


Text Example

White with #A54E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E04; }

 p { color: rgb(165,78,4); }

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

background-color css

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

 a { background-color: rgb(165,78,4); }

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

border-color css

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

 span { border-color: rgb(165,78,4); }

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