Html Css Color HEX #A84110 Rust

📋 copy color: '#A84110'

red 168 ◦ green 65 ◦ blue 16

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

Shades of Rust #A84110

Tints of Rust #A84110

RGB

 RED value IS 168 (66.02% from 255) = 67.47%

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 67.47%
G = 26.1%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A84110 (or 0xA84110) is known color: Rust. HEX triplet: A8, 41 and 10. RGB value is (168,65,16). Sum of RGB (Red+Green+Blue) = 168+65+16=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A84110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84110 is #57BEEF. Grayscale: #5A5A5A. Windows color (decimal): -5750512 or 1065384. OLE color: 1065384.

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

Color convert

RGB 168 65 16 -
CMYK 0 0.61 0.90 0.34
HSL 19.34º 0.83% 0.36% -
HSV(B) 19.34º 0.9% 0.66% -
XYZ 18.13 12.14 1.88 -
YUV 90.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 168 65 16 0 0.61 0.90 0.34 19.34 0.83 0.36
Hex A8 41 10 0 3D 5A 22 13 53 24
Octal 250 101 20 0 75 132 42 23 123 44
Binary 10101000 1000001 10000 0 111101 1011010 100010 10011 1010011 100100

Color Harmonies of #A84110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84110

Black with #A84110

Text Example


Text Example

White with #A84110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84110; }

 p { color: rgb(168,65,16); }

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

background-color css

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

 a { background-color: rgb(168,65,16); }

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

border-color css

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

 span { border-color: rgb(168,65,16); }

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