Html Css Color HEX #A74307 Rust

📋 copy color: '#A74307'

red 167 ◦ green 67 ◦ blue 7

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

Shades of Rust #A74307

Tints of Rust #A74307

RGB

 RED value IS 167 (65.63% from 255) = 69.29%

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

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

R = 69.29%
G = 27.8%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A74307 (or 0xA74307) is known color: Rust. HEX triplet: A7, 43 and 07. RGB value is (167,67,7). Sum of RGB (Red+Green+Blue) = 167+67+7=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A74307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74307 is #58BCF8. Grayscale: #5A5A5A. Windows color (decimal): -5815545 or 476071. OLE color: 476071.

HSL color Cylindrical-coordinate representation of color #A74307: hue angle of 22.5º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A74307 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 7 -
CMYK 0 0.60 0.96 0.35
HSL 22.5º 0.92% 0.34% -
HSV(B) 22.5º 0.96% 0.65% -
XYZ 17.98 12.25 1.62 -
YUV 90.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 167 67 7 0 0.60 0.96 0.35 22.5 0.92 0.34
Hex A7 43 7 0 3C 60 23 16 5C 22
Octal 247 103 7 0 74 140 43 26 134 42
Binary 10100111 1000011 111 0 111100 1100000 100011 10110 1011100 100010

Color Harmonies of #A74307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74307

Black with #A74307

Text Example


Text Example

White with #A74307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74307; }

 p { color: rgb(167,67,7); }

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

background-color css

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

 a { background-color: rgb(167,67,7); }

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

border-color css

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

 span { border-color: rgb(167,67,7); }

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