Html Css Color HEX #A34610 Rust

📋 copy color: '#A34610'

red 163 ◦ green 70 ◦ blue 16

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

Shades of Rust #A34610

Tints of Rust #A34610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 65.46%
G = 28.11%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34610 (or 0xA34610) is known color: Rust. HEX triplet: A3, 46 and 10. RGB value is (163,70,16). Sum of RGB (Red+Green+Blue) = 163+70+16=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A34610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34610 is #5CB9EF. Grayscale: #5B5B5B. Windows color (decimal): -6076912 or 1066659. OLE color: 1066659.

HSL color Cylindrical-coordinate representation of color #A34610: hue angle of 22.04º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34610 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 16 -
CMYK 0 0.57 0.90 0.36
HSL 22.04º 0.82% 0.35% -
HSV(B) 22.04º 0.9% 0.64% -
XYZ 17.39 12.2 1.93 -
YUV 91.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 163 70 16 0 0.57 0.90 0.36 22.04 0.82 0.35
Hex A3 46 10 0 39 5A 24 16 52 23
Octal 243 106 20 0 71 132 44 26 122 43
Binary 10100011 1000110 10000 0 111001 1011010 100100 10110 1010010 100011

Color Harmonies of #A34610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34610

Black with #A34610

Text Example


Text Example

White with #A34610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34610; }

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

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

background-color css

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

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

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

border-color css

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

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

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