Html Css Color HEX #A74510 Rust

📋 copy color: '#A74510'

red 167 ◦ green 69 ◦ blue 16

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

Shades of Rust #A74510

Tints of Rust #A74510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 66.27%
G = 27.38%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74510 (or 0xA74510) is known color: Rust. HEX triplet: A7, 45 and 10. RGB value is (167,69,16). Sum of RGB (Red+Green+Blue) = 167+69+16=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74510 is #58BAEF. Grayscale: #5C5C5C. Windows color (decimal): -5815024 or 1066407. OLE color: 1066407.

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

Color convert

RGB 167 69 16 -
CMYK 0 0.59 0.90 0.35
HSL 21.06º 0.83% 0.36% -
HSV(B) 21.06º 0.9% 0.65% -
XYZ 18.16 12.51 1.95 -
YUV 92.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 167 69 16 0 0.59 0.90 0.35 21.06 0.83 0.36
Hex A7 45 10 0 3B 5A 23 15 53 24
Octal 247 105 20 0 73 132 43 25 123 44
Binary 10100111 1000101 10000 0 111011 1011010 100011 10101 1010011 100100

Color Harmonies of #A74510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74510

Black with #A74510

Text Example


Text Example

White with #A74510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74510; }

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

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

background-color css

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

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

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

border-color css

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

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

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