Html Css Color HEX #A75100 Rust

📋 copy color: '#A75100'

red 167 ◦ green 81 ◦ blue 0

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

Shades of Rust #A75100

Tints of Rust #A75100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 67.34%
G = 32.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A75100 (or 0xA75100) is known color: Rust. HEX triplet: A7, 51 and 00. RGB value is (167,81,0). Sum of RGB (Red+Green+Blue) = 167+81+0=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A75100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75100 is #58AEFF. Grayscale: #616161. Windows color (decimal): -5811968 or 20903. OLE color: 20903.

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

Color convert

RGB 167 81 0 -
CMYK 0 0.51 1 0.35
HSL 29.1º 1% 0.33% -
HSV(B) 29.1º 1% 0.65% -
XYZ 18.88 14.1 1.73 -
YUV 97.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 167 81 0 0 0.51 1 0.35 29.1 1 0.33
Hex A7 51 0 0 33 64 23 1D 64 21
Octal 247 121 0 0 63 144 43 35 144 41
Binary 10100111 1010001 0 0 110011 1100100 100011 11101 1100100 100001

Color Harmonies of #A75100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75100

Black with #A75100

Text Example


Text Example

White with #A75100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75100; }

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

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

background-color css

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

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

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

border-color css

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

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

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