Html Css Color HEX #A74500 Rust

📋 copy color: '#A74500'

red 167 ◦ green 69 ◦ blue 0

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

Shades of Rust #A74500

Tints of Rust #A74500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.76%
G = 29.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A74500 (or 0xA74500) is known color: Rust. HEX triplet: A7, 45 and 00. RGB value is (167,69,0). Sum of RGB (Red+Green+Blue) = 167+69+0=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A74500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74500 is #58BAFF. Grayscale: #5A5A5A. Windows color (decimal): -5815040 or 17831. OLE color: 17831.

HSL color Cylindrical-coordinate representation of color #A74500: hue angle of 24.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A74500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 0 -
CMYK 0 0.59 1 0.35
HSL 24.79º 1% 0.33% -
HSV(B) 24.79º 1% 0.65% -
XYZ 18.06 12.47 1.46 -
YUV 90.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 167 69 0 0 0.59 1 0.35 24.79 1 0.33
Hex A7 45 0 0 3B 64 23 19 64 21
Octal 247 105 0 0 73 144 43 31 144 41
Binary 10100111 1000101 0 0 111011 1100100 100011 11001 1100100 100001

Color Harmonies of #A74500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74500

Black with #A74500

Text Example


Text Example

White with #A74500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74500; }

 p { color: rgb(167,69,0); }

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

background-color css

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

 a { background-color: rgb(167,69,0); }

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

border-color css

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

 span { border-color: rgb(167,69,0); }

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