Html Css Color HEX #A74603 Rust

📋 copy color: '#A74603'

red 167 ◦ green 70 ◦ blue 3

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

Shades of Rust #A74603

Tints of Rust #A74603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 69.58%
G = 29.17%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A74603 (or 0xA74603) is known color: Rust. HEX triplet: A7, 46 and 03. RGB value is (167,70,3). Sum of RGB (Red+Green+Blue) = 167+70+3=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A74603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74603 is #58B9FC. Grayscale: #5B5B5B. Windows color (decimal): -5814781 or 214695. OLE color: 214695.

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

Color convert

RGB 167 70 3 -
CMYK 0 0.58 0.98 0.35
HSL 24.51º 0.96% 0.33% -
HSV(B) 24.51º 0.98% 0.65% -
XYZ 18.14 12.6 1.56 -
YUV 91.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 167 70 3 0 0.58 0.98 0.35 24.51 0.96 0.33
Hex A7 46 3 0 3A 62 23 19 60 21
Octal 247 106 3 0 72 142 43 31 140 41
Binary 10100111 1000110 11 0 111010 1100010 100011 11001 1100000 100001

Color Harmonies of #A74603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74603

Black with #A74603

Text Example


Text Example

White with #A74603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74603; }

 p { color: rgb(167,70,3); }

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

background-color css

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

 a { background-color: rgb(167,70,3); }

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

border-color css

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

 span { border-color: rgb(167,70,3); }

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