Html Css Color HEX #A54406 Rust

📋 copy color: '#A54406'

red 165 ◦ green 68 ◦ blue 6

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

Shades of Rust #A54406

Tints of Rust #A54406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 69.04%
G = 28.45%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A54406 (or 0xA54406) is known color: Rust. HEX triplet: A5, 44 and 06. RGB value is (165,68,6). Sum of RGB (Red+Green+Blue) = 165+68+6=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A54406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54406 is #5ABBF9. Grayscale: #5A5A5A. Windows color (decimal): -5946362 or 410789. OLE color: 410789.

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

Color convert

RGB 165 68 6 -
CMYK 0 0.59 0.96 0.35
HSL 23.4º 0.93% 0.34% -
HSV(B) 23.4º 0.96% 0.65% -
XYZ 17.62 12.15 1.59 -
YUV 89.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 165 68 6 0 0.59 0.96 0.35 23.4 0.93 0.34
Hex A5 44 6 0 3B 60 23 17 5D 22
Octal 245 104 6 0 73 140 43 27 135 42
Binary 10100101 1000100 110 0 111011 1100000 100011 10111 1011101 100010

Color Harmonies of #A54406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54406

Black with #A54406

Text Example


Text Example

White with #A54406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54406; }

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

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

background-color css

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

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

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

border-color css

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

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

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