Html Css Color HEX #A34A07 Rust

📋 copy color: '#A34A07'

red 163 ◦ green 74 ◦ blue 7

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

Shades of Rust #A34A07

Tints of Rust #A34A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

 BLUE value IS 7 (3.13% from 255) = 2.87%

R = 66.8%
G = 30.33%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A34A07 (or 0xA34A07) is known color: Rust. HEX triplet: A3, 4A and 07. RGB value is (163,74,7). Sum of RGB (Red+Green+Blue) = 163+74+7=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A07 is #5CB5F8. Grayscale: #5D5D5D. Windows color (decimal): -6075897 or 477859. OLE color: 477859.

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

Color convert

RGB 163 74 7 -
CMYK 0 0.55 0.96 0.36
HSL 25.77º 0.92% 0.33% -
HSV(B) 25.77º 0.96% 0.64% -
XYZ 17.59 12.7 1.73 -
YUV 92.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 163 74 7 0 0.55 0.96 0.36 25.77 0.92 0.33
Hex A3 4A 7 0 37 60 24 1A 5C 21
Octal 243 112 7 0 67 140 44 32 134 41
Binary 10100011 1001010 111 0 110111 1100000 100100 11010 1011100 100001

Color Harmonies of #A34A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A07

Black with #A34A07

Text Example


Text Example

White with #A34A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A07; }

 p { color: rgb(163,74,7); }

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

background-color css

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

 a { background-color: rgb(163,74,7); }

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

border-color css

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

 span { border-color: rgb(163,74,7); }

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