Html Css Color HEX #A84114 Rust

📋 copy color: '#A84114'

red 168 ◦ green 65 ◦ blue 20

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

Shades of Rust #A84114

Tints of Rust #A84114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 66.4%
G = 25.69%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A84114 (or 0xA84114) is known color: Rust. HEX triplet: A8, 41 and 14. RGB value is (168,65,20). Sum of RGB (Red+Green+Blue) = 168+65+20=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A84114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84114 is #57BEEB. Grayscale: #5A5A5A. Windows color (decimal): -5750508 or 1327528. OLE color: 1327528.

HSL color Cylindrical-coordinate representation of color #A84114: hue angle of 18.24º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84114 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 20 -
CMYK 0 0.61 0.88 0.34
HSL 18.24º 0.79% 0.37% -
HSV(B) 18.24º 0.88% 0.66% -
XYZ 18.17 12.16 2.05 -
YUV 90.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 168 65 20 0 0.61 0.88 0.34 18.24 0.79 0.37
Hex A8 41 14 0 3D 58 22 12 4F 25
Octal 250 101 24 0 75 130 42 22 117 45
Binary 10101000 1000001 10100 0 111101 1011000 100010 10010 1001111 100101

Color Harmonies of #A84114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84114

Black with #A84114

Text Example


Text Example

White with #A84114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84114; }

 p { color: rgb(168,65,20); }

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

background-color css

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

 a { background-color: rgb(168,65,20); }

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

border-color css

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

 span { border-color: rgb(168,65,20); }

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