Html Css Color HEX #A34605 Rust

📋 copy color: '#A34605'

red 163 ◦ green 70 ◦ blue 5

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

Shades of Rust #A34605

Tints of Rust #A34605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 68.49%
G = 29.41%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A34605 (or 0xA34605) is known color: Rust. HEX triplet: A3, 46 and 05. RGB value is (163,70,5). Sum of RGB (Red+Green+Blue) = 163+70+5=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A34605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34605 is #5CB9FA. Grayscale: #5A5A5A. Windows color (decimal): -6076923 or 345763. OLE color: 345763.

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

Color convert

RGB 163 70 5 -
CMYK 0 0.57 0.97 0.36
HSL 24.68º 0.94% 0.33% -
HSV(B) 24.68º 0.97% 0.64% -
XYZ 17.32 12.18 1.58 -
YUV 90.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 163 70 5 0 0.57 0.97 0.36 24.68 0.94 0.33
Hex A3 46 5 0 39 61 24 19 5E 21
Octal 243 106 5 0 71 141 44 31 136 41
Binary 10100011 1000110 101 0 111001 1100001 100100 11001 1011110 100001

Color Harmonies of #A34605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34605

Black with #A34605

Text Example


Text Example

White with #A34605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34605; }

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

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

background-color css

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

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

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

border-color css

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

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

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