Html Css Color HEX #A84311 Rust

📋 copy color: '#A84311'

red 168 ◦ green 67 ◦ blue 17

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

Shades of Rust #A84311

Tints of Rust #A84311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 66.67%
G = 26.59%
B = 6.75%

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

#A84311 (or 0xA84311) is known color: Rust. HEX triplet: A8, 43 and 11. RGB value is (168,67,17). Sum of RGB (Red+Green+Blue) = 168+67+17=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A84311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84311 is #57BCEE. Grayscale: #5B5B5B. Windows color (decimal): -5749999 or 1131432. OLE color: 1131432.

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

Color convert

RGB 168 67 17 -
CMYK 0 0.60 0.90 0.34
HSL 19.87º 0.82% 0.36% -
HSV(B) 19.87º 0.9% 0.66% -
XYZ 18.26 12.38 1.96 -
YUV 91.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 168 67 17 0 0.60 0.90 0.34 19.87 0.82 0.36
Hex A8 43 11 0 3C 5A 22 14 52 24
Octal 250 103 21 0 74 132 42 24 122 44
Binary 10101000 1000011 10001 0 111100 1011010 100010 10100 1010010 100100

Color Harmonies of #A84311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84311

Black with #A84311

Text Example


Text Example

White with #A84311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84311; }

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

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

background-color css

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

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

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

border-color css

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

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

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