Html Css Color HEX #A74400 Rust

📋 copy color: '#A74400'

red 167 ◦ green 68 ◦ blue 0

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

Shades of Rust #A74400

Tints of Rust #A74400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 71.06%
G = 28.94%
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

#A74400 (or 0xA74400) is known color: Rust. HEX triplet: A7, 44 and 00. RGB value is (167,68,0). Sum of RGB (Red+Green+Blue) = 167+68+0=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A74400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74400 is #58BBFF. Grayscale: #5A5A5A. Windows color (decimal): -5815296 or 17575. OLE color: 17575.

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

Color convert

RGB 167 68 0 -
CMYK 0 0.59 1 0.35
HSL 24.43º 1% 0.33% -
HSV(B) 24.43º 1% 0.65% -
XYZ 18 12.35 1.43 -
YUV 89.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 167 68 0 0 0.59 1 0.35 24.43 1 0.33
Hex A7 44 0 0 3B 64 23 18 64 21
Octal 247 104 0 0 73 144 43 30 144 41
Binary 10100111 1000100 0 0 111011 1100100 100011 11000 1100100 100001

Color Harmonies of #A74400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74400

Black with #A74400

Text Example


Text Example

White with #A74400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74400; }

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

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

background-color css

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

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

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

border-color css

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

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

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