Html Css Color HEX #A34F05 Rust

📋 copy color: '#A34F05'

red 163 ◦ green 79 ◦ blue 5

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

Shades of Rust #A34F05

Tints of Rust #A34F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.98%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 65.99%
G = 31.98%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A34F05 (or 0xA34F05) is known color: Rust. HEX triplet: A3, 4F and 05. RGB value is (163,79,5). Sum of RGB (Red+Green+Blue) = 163+79+5=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F05 is #5CB0FA. Grayscale: #606060. Windows color (decimal): -6074619 or 348067. OLE color: 348067.

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

Color convert

RGB 163 79 5 -
CMYK 0 0.52 0.97 0.36
HSL 28.1º 0.94% 0.33% -
HSV(B) 28.1º 0.97% 0.64% -
XYZ 17.93 13.39 1.78 -
YUV 95.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 163 79 5 0 0.52 0.97 0.36 28.1 0.94 0.33
Hex A3 4F 5 0 34 61 24 1C 5E 21
Octal 243 117 5 0 64 141 44 34 136 41
Binary 10100011 1001111 101 0 110100 1100001 100100 11100 1011110 100001

Color Harmonies of #A34F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F05

Black with #A34F05

Text Example


Text Example

White with #A34F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F05; }

 p { color: rgb(163,79,5); }

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

background-color css

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

 a { background-color: rgb(163,79,5); }

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

border-color css

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

 span { border-color: rgb(163,79,5); }

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