Html Css Color HEX #A34609 Rust

📋 copy color: '#A34609'

red 163 ◦ green 70 ◦ blue 9

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

Shades of Rust #A34609

Tints of Rust #A34609

RGB

 RED value IS 163 (64.06% from 255) = 67.36%

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

 BLUE value IS 9 (3.91% from 255) = 3.72%

R = 67.36%
G = 28.93%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A34609 (or 0xA34609) is known color: Rust. HEX triplet: A3, 46 and 09. RGB value is (163,70,9). Sum of RGB (Red+Green+Blue) = 163+70+9=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A34609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34609 is #5CB9F6. Grayscale: #5B5B5B. Windows color (decimal): -6076919 or 607907. OLE color: 607907.

HSL color Cylindrical-coordinate representation of color #A34609: hue angle of 23.77º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A34609 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 9 -
CMYK 0 0.57 0.94 0.36
HSL 23.77º 0.9% 0.34% -
HSV(B) 23.77º 0.94% 0.64% -
XYZ 17.34 12.19 1.7 -
YUV 90.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 163 70 9 0 0.57 0.94 0.36 23.77 0.9 0.34
Hex A3 46 9 0 39 5E 24 18 5A 22
Octal 243 106 11 0 71 136 44 30 132 42
Binary 10100011 1000110 1001 0 111001 1011110 100100 11000 1011010 100010

Color Harmonies of #A34609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34609

Black with #A34609

Text Example


Text Example

White with #A34609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34609; }

 p { color: rgb(163,70,9); }

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

background-color css

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

 a { background-color: rgb(163,70,9); }

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

border-color css

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

 span { border-color: rgb(163,70,9); }

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