Html Css Color HEX #A74900 Rust

📋 copy color: '#A74900'

red 167 ◦ green 73 ◦ blue 0

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

Shades of Rust #A74900

Tints of Rust #A74900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 69.58%
G = 30.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A74900 (or 0xA74900) is known color: Rust. HEX triplet: A7, 49 and 00. RGB value is (167,73,0). Sum of RGB (Red+Green+Blue) = 167+73+0=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A74900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74900 is #58B6FF. Grayscale: #5D5D5D. Windows color (decimal): -5814016 or 18855. OLE color: 18855.

HSL color Cylindrical-coordinate representation of color #A74900: hue angle of 26.23º 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 #A74900 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 0 -
CMYK 0 0.56 1 0.35
HSL 26.23º 1% 0.33% -
HSV(B) 26.23º 1% 0.65% -
XYZ 18.32 12.98 1.54 -
YUV 92.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 167 73 0 0 0.56 1 0.35 26.23 1 0.33
Hex A7 49 0 0 38 64 23 1A 64 21
Octal 247 111 0 0 70 144 43 32 144 41
Binary 10100111 1001001 0 0 111000 1100100 100011 11010 1100100 100001

Color Harmonies of #A74900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74900

Black with #A74900

Text Example


Text Example

White with #A74900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74900; }

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

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

background-color css

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

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

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

border-color css

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

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

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