Html Css Color HEX #A34700 Rust

📋 copy color: '#A34700'

red 163 ◦ green 71 ◦ blue 0

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

Shades of Rust #A34700

Tints of Rust #A34700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.66%
G = 30.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A34700 (or 0xA34700) is known color: Rust. HEX triplet: A3, 47 and 00. RGB value is (163,71,0). Sum of RGB (Red+Green+Blue) = 163+71+0=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A34700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34700 is #5CB8FF. Grayscale: #5A5A5A. Windows color (decimal): -6076672 or 18339. OLE color: 18339.

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

Color convert

RGB 163 71 0 -
CMYK 0 0.56 1 0.36
HSL 26.13º 1% 0.32% -
HSV(B) 26.13º 1% 0.64% -
XYZ 17.36 12.29 1.46 -
YUV 90.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 163 71 0 0 0.56 1 0.36 26.13 1 0.32
Hex A3 47 0 0 38 64 24 1A 64 20
Octal 243 107 0 0 70 144 44 32 144 40
Binary 10100011 1000111 0 0 111000 1100100 100100 11010 1100100 100000

Color Harmonies of #A34700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34700

Black with #A34700

Text Example


Text Example

White with #A34700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34700; }

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

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

background-color css

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

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

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

border-color css

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

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

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