Html Css Color HEX #A34612 Rust

📋 copy color: '#A34612'

red 163 ◦ green 70 ◦ blue 18

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

Shades of Rust #A34612

Tints of Rust #A34612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 64.94%
G = 27.89%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A34612 (or 0xA34612) is known color: Rust. HEX triplet: A3, 46 and 12. RGB value is (163,70,18). Sum of RGB (Red+Green+Blue) = 163+70+18=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34612 is #5CB9ED. Grayscale: #5C5C5C. Windows color (decimal): -6076910 or 1197731. OLE color: 1197731.

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

Color convert

RGB 163 70 18 -
CMYK 0 0.57 0.89 0.36
HSL 21.52º 0.8% 0.35% -
HSV(B) 21.52º 0.89% 0.64% -
XYZ 17.4 12.21 2.01 -
YUV 91.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 163 70 18 0 0.57 0.89 0.36 21.52 0.8 0.35
Hex A3 46 12 0 39 59 24 16 50 23
Octal 243 106 22 0 71 131 44 26 120 43
Binary 10100011 1000110 10010 0 111001 1011001 100100 10110 1010000 100011

Color Harmonies of #A34612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34612

Black with #A34612

Text Example


Text Example

White with #A34612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34612; }

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

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

background-color css

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

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

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

border-color css

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

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

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