Html Css Color HEX #A34217 Rust

📋 copy color: '#A34217'

red 163 ◦ green 66 ◦ blue 23

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

Shades of Rust #A34217

Tints of Rust #A34217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 64.68%
G = 26.19%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A34217 (or 0xA34217) is known color: Rust. HEX triplet: A3, 42 and 17. RGB value is (163,66,23). Sum of RGB (Red+Green+Blue) = 163+66+23=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34217 is #5CBDE8. Grayscale: #5A5A5A. Windows color (decimal): -6077929 or 1524387. OLE color: 1524387.

HSL color Cylindrical-coordinate representation of color #A34217: hue angle of 18.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A34217 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 23 -
CMYK 0 0.60 0.86 0.36
HSL 18.43º 0.75% 0.36% -
HSV(B) 18.43º 0.86% 0.64% -
XYZ 17.21 11.74 2.17 -
YUV 90.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 163 66 23 0 0.60 0.86 0.36 18.43 0.75 0.36
Hex A3 42 17 0 3C 56 24 12 4B 24
Octal 243 102 27 0 74 126 44 22 113 44
Binary 10100011 1000010 10111 0 111100 1010110 100100 10010 1001011 100100

Color Harmonies of #A34217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34217

Black with #A34217

Text Example


Text Example

White with #A34217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34217; }

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

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

background-color css

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

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

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

border-color css

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

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

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