Html Css Color HEX #A54806 Rust

📋 copy color: '#A54806'

red 165 ◦ green 72 ◦ blue 6

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

Shades of Rust #A54806

Tints of Rust #A54806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 67.9%
G = 29.63%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54806 (or 0xA54806) is known color: Rust. HEX triplet: A5, 48 and 06. RGB value is (165,72,6). Sum of RGB (Red+Green+Blue) = 165+72+6=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A54806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54806 is #5AB7F9. Grayscale: #5C5C5C. Windows color (decimal): -5945338 or 411813. OLE color: 411813.

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

Color convert

RGB 165 72 6 -
CMYK 0 0.56 0.96 0.35
HSL 24.91º 0.93% 0.34% -
HSV(B) 24.91º 0.96% 0.65% -
XYZ 17.87 12.65 1.67 -
YUV 92.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 165 72 6 0 0.56 0.96 0.35 24.91 0.93 0.34
Hex A5 48 6 0 38 60 23 19 5D 22
Octal 245 110 6 0 70 140 43 31 135 42
Binary 10100101 1001000 110 0 111000 1100000 100011 11001 1011101 100010

Color Harmonies of #A54806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54806

Black with #A54806

Text Example


Text Example

White with #A54806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54806; }

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

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

background-color css

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

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

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

border-color css

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

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

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