Html Css Color HEX #A84906 Rust

📋 copy color: '#A84906'

red 168 ◦ green 73 ◦ blue 6

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

Shades of Rust #A84906

Tints of Rust #A84906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 68.02%
G = 29.55%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A84906 (or 0xA84906) is known color: Rust. HEX triplet: A8, 49 and 06. RGB value is (168,73,6). Sum of RGB (Red+Green+Blue) = 168+73+6=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A84906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84906 is #57B6F9. Grayscale: #5E5E5E. Windows color (decimal): -5748474 or 412072. OLE color: 412072.

HSL color Cylindrical-coordinate representation of color #A84906: hue angle of 24.81º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A84906 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 6 -
CMYK 0 0.57 0.96 0.34
HSL 24.81º 0.93% 0.34% -
HSV(B) 24.81º 0.96% 0.66% -
XYZ 18.56 13.1 1.72 -
YUV 93.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 168 73 6 0 0.57 0.96 0.34 24.81 0.93 0.34
Hex A8 49 6 0 39 60 22 19 5D 22
Octal 250 111 6 0 71 140 42 31 135 42
Binary 10101000 1001001 110 0 111001 1100000 100010 11001 1011101 100010

Color Harmonies of #A84906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84906

Black with #A84906

Text Example


Text Example

White with #A84906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84906; }

 p { color: rgb(168,73,6); }

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

background-color css

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

 a { background-color: rgb(168,73,6); }

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

border-color css

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

 span { border-color: rgb(168,73,6); }

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