Html Css Color HEX #A74C00 Rust

📋 copy color: '#A74C00'

red 167 ◦ green 76 ◦ blue 0

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

Shades of Rust #A74C00

Tints of Rust #A74C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

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

R = 68.72%
G = 31.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A74C00 (or 0xA74C00) is known color: Rust. HEX triplet: A7, 4C and 00. RGB value is (167,76,0). Sum of RGB (Red+Green+Blue) = 167+76+0=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74C00 is #58B3FF. Grayscale: #5E5E5E. Windows color (decimal): -5813248 or 19623. OLE color: 19623.

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

Color convert

RGB 167 76 0 -
CMYK 0 0.54 1 0.35
HSL 27.31º 1% 0.33% -
HSV(B) 27.31º 1% 0.65% -
XYZ 18.52 13.38 1.61 -
YUV 94.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 167 76 0 0 0.54 1 0.35 27.31 1 0.33
Hex A7 4C 0 0 36 64 23 1B 64 21
Octal 247 114 0 0 66 144 43 33 144 41
Binary 10100111 1001100 0 0 110110 1100100 100011 11011 1100100 100001

Color Harmonies of #A74C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C00

Black with #A74C00

Text Example


Text Example

White with #A74C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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