Html Css Color HEX #A34306 Rust

📋 copy color: '#A34306'

red 163 ◦ green 67 ◦ blue 6

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

Shades of Rust #A34306

Tints of Rust #A34306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 69.07%
G = 28.39%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A34306 (or 0xA34306) is known color: Rust. HEX triplet: A3, 43 and 06. RGB value is (163,67,6). Sum of RGB (Red+Green+Blue) = 163+67+6=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A34306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34306 is #5CBCF9. Grayscale: #595959. Windows color (decimal): -6077690 or 410531. OLE color: 410531.

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

Color convert

RGB 163 67 6 -
CMYK 0 0.59 0.96 0.36
HSL 23.31º 0.93% 0.33% -
HSV(B) 23.31º 0.96% 0.64% -
XYZ 17.14 11.81 1.55 -
YUV 88.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 163 67 6 0 0.59 0.96 0.36 23.31 0.93 0.33
Hex A3 43 6 0 3B 60 24 17 5D 21
Octal 243 103 6 0 73 140 44 27 135 41
Binary 10100011 1000011 110 0 111011 1100000 100100 10111 1011101 100001

Color Harmonies of #A34306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34306

Black with #A34306

Text Example


Text Example

White with #A34306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34306; }

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

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

background-color css

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

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

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

border-color css

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

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

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