Html Css Color HEX #A34704 Rust

📋 copy color: '#A34704'

red 163 ◦ green 71 ◦ blue 4

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

Shades of Rust #A34704

Tints of Rust #A34704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 68.49%
G = 29.83%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A34704 (or 0xA34704) is known color: Rust. HEX triplet: A3, 47 and 04. RGB value is (163,71,4). Sum of RGB (Red+Green+Blue) = 163+71+4=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A34704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34704 is #5CB8FB. Grayscale: #5B5B5B. Windows color (decimal): -6076668 or 280483. OLE color: 280483.

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

Color convert

RGB 163 71 4 -
CMYK 0 0.56 0.98 0.36
HSL 25.28º 0.95% 0.33% -
HSV(B) 25.28º 0.98% 0.64% -
XYZ 17.38 12.3 1.57 -
YUV 90.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 163 71 4 0 0.56 0.98 0.36 25.28 0.95 0.33
Hex A3 47 4 0 38 62 24 19 5F 21
Octal 243 107 4 0 70 142 44 31 137 41
Binary 10100011 1000111 100 0 111000 1100010 100100 11001 1011111 100001

Color Harmonies of #A34704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34704

Black with #A34704

Text Example


Text Example

White with #A34704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34704; }

 p { color: rgb(163,71,4); }

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

background-color css

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

 a { background-color: rgb(163,71,4); }

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

border-color css

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

 span { border-color: rgb(163,71,4); }

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