Html Css Color HEX #A84C10 Rust

📋 copy color: '#A84C10'

red 168 ◦ green 76 ◦ blue 16

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

Shades of Rust #A84C10

Tints of Rust #A84C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 64.62%
G = 29.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A84C10 (or 0xA84C10) is known color: Rust. HEX triplet: A8, 4C and 10. RGB value is (168,76,16). Sum of RGB (Red+Green+Blue) = 168+76+16=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C10 is #57B3EF. Grayscale: #616161. Windows color (decimal): -5747696 or 1068200. OLE color: 1068200.

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

Color convert

RGB 168 76 16 -
CMYK 0 0.55 0.90 0.34
HSL 23.68º 0.83% 0.36% -
HSV(B) 23.68º 0.9% 0.66% -
XYZ 18.83 13.53 2.11 -
YUV 96.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 168 76 16 0 0.55 0.90 0.34 23.68 0.83 0.36
Hex A8 4C 10 0 37 5A 22 18 53 24
Octal 250 114 20 0 67 132 42 30 123 44
Binary 10101000 1001100 10000 0 110111 1011010 100010 11000 1010011 100100

Color Harmonies of #A84C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C10

Black with #A84C10

Text Example


Text Example

White with #A84C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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