Html Css Color HEX #A34E00 Rust

📋 copy color: '#A34E00'

red 163 ◦ green 78 ◦ blue 0

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

Shades of Rust #A34E00

Tints of Rust #A34E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

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

R = 67.63%
G = 32.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A34E00 (or 0xA34E00) is known color: Rust. HEX triplet: A3, 4E and 00. RGB value is (163,78,0). Sum of RGB (Red+Green+Blue) = 163+78+0=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34E00 is #5CB1FF. Grayscale: #5E5E5E. Windows color (decimal): -6074880 or 20131. OLE color: 20131.

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

Color convert

RGB 163 78 0 -
CMYK 0 0.52 1 0.36
HSL 28.71º 1% 0.32% -
HSV(B) 28.71º 1% 0.64% -
XYZ 17.83 13.24 1.61 -
YUV 94.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 163 78 0 0 0.52 1 0.36 28.71 1 0.32
Hex A3 4E 0 0 34 64 24 1D 64 20
Octal 243 116 0 0 64 144 44 35 144 40
Binary 10100011 1001110 0 0 110100 1100100 100100 11101 1100100 100000

Color Harmonies of #A34E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E00

Black with #A34E00

Text Example


Text Example

White with #A34E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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