Html Css Color HEX #A74210 Rust

📋 copy color: '#A74210'

red 167 ◦ green 66 ◦ blue 16

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

Shades of Rust #A74210

Tints of Rust #A74210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 67.07%
G = 26.51%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74210 (or 0xA74210) is known color: Rust. HEX triplet: A7, 42 and 10. RGB value is (167,66,16). Sum of RGB (Red+Green+Blue) = 167+66+16=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A74210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74210 is #58BDEF. Grayscale: #5A5A5A. Windows color (decimal): -5815792 or 1065639. OLE color: 1065639.

HSL color Cylindrical-coordinate representation of color #A74210: hue angle of 19.87º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A74210 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 16 -
CMYK 0 0.60 0.90 0.35
HSL 19.87º 0.83% 0.36% -
HSV(B) 19.87º 0.9% 0.65% -
XYZ 17.98 12.15 1.89 -
YUV 90.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 167 66 16 0 0.60 0.90 0.35 19.87 0.83 0.36
Hex A7 42 10 0 3C 5A 23 14 53 24
Octal 247 102 20 0 74 132 43 24 123 44
Binary 10100111 1000010 10000 0 111100 1011010 100011 10100 1010011 100100

Color Harmonies of #A74210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74210

Black with #A74210

Text Example


Text Example

White with #A74210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74210; }

 p { color: rgb(167,66,16); }

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

background-color css

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

 a { background-color: rgb(167,66,16); }

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

border-color css

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

 span { border-color: rgb(167,66,16); }

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