Html Css Color HEX #A74710 Rust

📋 copy color: '#A74710'

red 167 ◦ green 71 ◦ blue 16

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

Shades of Rust #A74710

Tints of Rust #A74710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 65.75%
G = 27.95%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74710 (or 0xA74710) is known color: Rust. HEX triplet: A7, 47 and 10. RGB value is (167,71,16). Sum of RGB (Red+Green+Blue) = 167+71+16=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A74710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74710 is #58B8EF. Grayscale: #5D5D5D. Windows color (decimal): -5814512 or 1066919. OLE color: 1066919.

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

Color convert

RGB 167 71 16 -
CMYK 0 0.57 0.90 0.35
HSL 21.85º 0.83% 0.36% -
HSV(B) 21.85º 0.9% 0.65% -
XYZ 18.28 12.76 1.99 -
YUV 93.43 84.3 180.47 -
System Red Green Blue C M Y K H S L
Decimal 167 71 16 0 0.57 0.90 0.35 21.85 0.83 0.36
Hex A7 47 10 0 39 5A 23 16 53 24
Octal 247 107 20 0 71 132 43 26 123 44
Binary 10100111 1000111 10000 0 111001 1011010 100011 10110 1010011 100100

Color Harmonies of #A74710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74710

Black with #A74710

Text Example


Text Example

White with #A74710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74710; }

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

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

background-color css

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

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

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

border-color css

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

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

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