Html Css Color HEX #A34606 Rust

📋 copy color: '#A34606'

red 163 ◦ green 70 ◦ blue 6

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

Shades of Rust #A34606

Tints of Rust #A34606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 68.2%
G = 29.29%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A34606 (or 0xA34606) is known color: Rust. HEX triplet: A3, 46 and 06. RGB value is (163,70,6). Sum of RGB (Red+Green+Blue) = 163+70+6=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A34606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34606 is #5CB9F9. Grayscale: #5A5A5A. Windows color (decimal): -6076922 or 411299. OLE color: 411299.

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

Color convert

RGB 163 70 6 -
CMYK 0 0.57 0.96 0.36
HSL 24.46º 0.93% 0.33% -
HSV(B) 24.46º 0.96% 0.64% -
XYZ 17.33 12.18 1.61 -
YUV 90.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 163 70 6 0 0.57 0.96 0.36 24.46 0.93 0.33
Hex A3 46 6 0 39 60 24 18 5D 21
Octal 243 106 6 0 71 140 44 30 135 41
Binary 10100011 1000110 110 0 111001 1100000 100100 11000 1011101 100001

Color Harmonies of #A34606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34606

Black with #A34606

Text Example


Text Example

White with #A34606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34606; }

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

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

background-color css

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

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

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

border-color css

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

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

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