Html Css Color HEX #A54A06 Rust

📋 copy color: '#A54A06'

red 165 ◦ green 74 ◦ blue 6

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

Shades of Rust #A54A06

Tints of Rust #A54A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.2%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 67.35%
G = 30.2%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54A06 (or 0xA54A06) is known color: Rust. HEX triplet: A5, 4A and 06. RGB value is (165,74,6). Sum of RGB (Red+Green+Blue) = 165+74+6=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A06 is #5AB5F9. Grayscale: #5D5D5D. Windows color (decimal): -5944826 or 412325. OLE color: 412325.

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

Color convert

RGB 165 74 6 -
CMYK 0 0.55 0.96 0.35
HSL 25.66º 0.93% 0.34% -
HSV(B) 25.66º 0.96% 0.65% -
XYZ 18 12.91 1.72 -
YUV 93.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 165 74 6 0 0.55 0.96 0.35 25.66 0.93 0.34
Hex A5 4A 6 0 37 60 23 1A 5D 22
Octal 245 112 6 0 67 140 43 32 135 42
Binary 10100101 1001010 110 0 110111 1100000 100011 11010 1011101 100010

Color Harmonies of #A54A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A06

Black with #A54A06

Text Example


Text Example

White with #A54A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A06; }

 p { color: rgb(165,74,6); }

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

background-color css

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

 a { background-color: rgb(165,74,6); }

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

border-color css

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

 span { border-color: rgb(165,74,6); }

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