Html Css Color HEX #A54606 Rust

📋 copy color: '#A54606'

red 165 ◦ green 70 ◦ blue 6

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

Shades of Rust #A54606

Tints of Rust #A54606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

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

R = 68.46%
G = 29.05%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54606 (or 0xA54606) is known color: Rust. HEX triplet: A5, 46 and 06. RGB value is (165,70,6). Sum of RGB (Red+Green+Blue) = 165+70+6=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A54606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54606 is #5AB9F9. Grayscale: #5B5B5B. Windows color (decimal): -5945850 or 411301. OLE color: 411301.

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

Color convert

RGB 165 70 6 -
CMYK 0 0.58 0.96 0.35
HSL 24.15º 0.93% 0.34% -
HSV(B) 24.15º 0.96% 0.65% -
XYZ 17.74 12.39 1.63 -
YUV 91.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 165 70 6 0 0.58 0.96 0.35 24.15 0.93 0.34
Hex A5 46 6 0 3A 60 23 18 5D 22
Octal 245 106 6 0 72 140 43 30 135 42
Binary 10100101 1000110 110 0 111010 1100000 100011 11000 1011101 100010

Color Harmonies of #A54606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54606

Black with #A54606

Text Example


Text Example

White with #A54606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54606; }

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

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

background-color css

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

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

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

border-color css

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

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

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