Html Css Color HEX #A84411 Rust

📋 copy color: '#A84411'

red 168 ◦ green 68 ◦ blue 17

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

Shades of Rust #A84411

Tints of Rust #A84411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 66.4%
G = 26.88%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A84411 (or 0xA84411) is known color: Rust. HEX triplet: A8, 44 and 11. RGB value is (168,68,17). Sum of RGB (Red+Green+Blue) = 168+68+17=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A84411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84411 is #57BBEE. Grayscale: #5C5C5C. Windows color (decimal): -5749743 or 1131688. OLE color: 1131688.

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

Color convert

RGB 168 68 17 -
CMYK 0 0.60 0.90 0.34
HSL 20.26º 0.82% 0.36% -
HSV(B) 20.26º 0.9% 0.66% -
XYZ 18.32 12.5 1.98 -
YUV 92.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 168 68 17 0 0.60 0.90 0.34 20.26 0.82 0.36
Hex A8 44 11 0 3C 5A 22 14 52 24
Octal 250 104 21 0 74 132 42 24 122 44
Binary 10101000 1000100 10001 0 111100 1011010 100010 10100 1010010 100100

Color Harmonies of #A84411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84411

Black with #A84411

Text Example


Text Example

White with #A84411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84411; }

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

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

background-color css

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

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

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

border-color css

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

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

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