Html Css Color HEX #A34905 Rust

📋 copy color: '#A34905'

red 163 ◦ green 73 ◦ blue 5

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

Shades of Rust #A34905

Tints of Rust #A34905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

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

R = 67.63%
G = 30.29%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A34905 (or 0xA34905) is known color: Rust. HEX triplet: A3, 49 and 05. RGB value is (163,73,5). Sum of RGB (Red+Green+Blue) = 163+73+5=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A34905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34905 is #5CB6FA. Grayscale: #5C5C5C. Windows color (decimal): -6076155 or 346531. OLE color: 346531.

HSL color Cylindrical-coordinate representation of color #A34905: hue angle of 25.82º 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 #A34905 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 5 -
CMYK 0 0.55 0.97 0.36
HSL 25.82º 0.94% 0.33% -
HSV(B) 25.82º 0.97% 0.64% -
XYZ 17.51 12.56 1.65 -
YUV 92.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 163 73 5 0 0.55 0.97 0.36 25.82 0.94 0.33
Hex A3 49 5 0 37 61 24 1A 5E 21
Octal 243 111 5 0 67 141 44 32 136 41
Binary 10100011 1001001 101 0 110111 1100001 100100 11010 1011110 100001

Color Harmonies of #A34905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34905

Black with #A34905

Text Example


Text Example

White with #A34905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34905; }

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

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

background-color css

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

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

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

border-color css

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

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

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