Html Css Color HEX #A84406 Rust

📋 copy color: '#A84406'

red 168 ◦ green 68 ◦ blue 6

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

Shades of Rust #A84406

Tints of Rust #A84406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 69.42%
G = 28.1%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A84406 (or 0xA84406) is known color: Rust. HEX triplet: A8, 44 and 06. RGB value is (168,68,6). Sum of RGB (Red+Green+Blue) = 168+68+6=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A84406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84406 is #57BBF9. Grayscale: #5B5B5B. Windows color (decimal): -5749754 or 410792. OLE color: 410792.

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

Color convert

RGB 168 68 6 -
CMYK 0 0.60 0.96 0.34
HSL 22.96º 0.93% 0.34% -
HSV(B) 22.96º 0.96% 0.66% -
XYZ 18.25 12.47 1.62 -
YUV 90.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 168 68 6 0 0.60 0.96 0.34 22.96 0.93 0.34
Hex A8 44 6 0 3C 60 22 17 5D 22
Octal 250 104 6 0 74 140 42 27 135 42
Binary 10101000 1000100 110 0 111100 1100000 100010 10111 1011101 100010

Color Harmonies of #A84406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84406

Black with #A84406

Text Example


Text Example

White with #A84406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84406; }

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

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

background-color css

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

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

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

border-color css

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

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

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