Html Css Color HEX #A84610 Rust

📋 copy color: '#A84610'

red 168 ◦ green 70 ◦ blue 16

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

Shades of Rust #A84610

Tints of Rust #A84610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 66.14%
G = 27.56%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A84610 (or 0xA84610) is known color: Rust. HEX triplet: A8, 46 and 10. RGB value is (168,70,16). Sum of RGB (Red+Green+Blue) = 168+70+16=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84610 is #57B9EF. Grayscale: #5D5D5D. Windows color (decimal): -5749232 or 1066664. OLE color: 1066664.

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

Color convert

RGB 168 70 16 -
CMYK 0 0.58 0.90 0.34
HSL 21.32º 0.83% 0.36% -
HSV(B) 21.32º 0.9% 0.66% -
XYZ 18.43 12.74 1.98 -
YUV 93.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 168 70 16 0 0.58 0.90 0.34 21.32 0.83 0.36
Hex A8 46 10 0 3A 5A 22 15 53 24
Octal 250 106 20 0 72 132 42 25 123 44
Binary 10101000 1000110 10000 0 111010 1011010 100010 10101 1010011 100100

Color Harmonies of #A84610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84610

Black with #A84610

Text Example


Text Example

White with #A84610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84610; }

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

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

background-color css

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

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

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

border-color css

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

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

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