Html Css Color HEX #A34206 Rust

📋 copy color: '#A34206'

red 163 ◦ green 66 ◦ blue 6

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

Shades of Rust #A34206

Tints of Rust #A34206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 69.36%
G = 28.09%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A34206 (or 0xA34206) is known color: Rust. HEX triplet: A3, 42 and 06. RGB value is (163,66,6). Sum of RGB (Red+Green+Blue) = 163+66+6=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A34206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34206 is #5CBDF9. Grayscale: #585858. Windows color (decimal): -6077946 or 410275. OLE color: 410275.

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

Color convert

RGB 163 66 6 -
CMYK 0 0.60 0.96 0.36
HSL 22.93º 0.93% 0.33% -
HSV(B) 22.93º 0.96% 0.64% -
XYZ 17.09 11.7 1.53 -
YUV 88.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 163 66 6 0 0.60 0.96 0.36 22.93 0.93 0.33
Hex A3 42 6 0 3C 60 24 17 5D 21
Octal 243 102 6 0 74 140 44 27 135 41
Binary 10100011 1000010 110 0 111100 1100000 100100 10111 1011101 100001

Color Harmonies of #A34206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34206

Black with #A34206

Text Example


Text Example

White with #A34206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34206; }

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

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

background-color css

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

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

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

border-color css

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

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

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