Html Css Color HEX #A84D0F Rust

📋 copy color: '#A84D0F'

red 168 ◦ green 77 ◦ blue 15

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

Shades of Rust #A84D0F

Tints of Rust #A84D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 64.62%
G = 29.62%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A84D0F (or 0xA84D0F) is known color: Rust. HEX triplet: A8, 4D and 0F. RGB value is (168,77,15). Sum of RGB (Red+Green+Blue) = 168+77+15=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D0F is #57B2F0. Grayscale: #616161. Windows color (decimal): -5747441 or 1002920. OLE color: 1002920.

HSL color Cylindrical-coordinate representation of color #A84D0F: hue angle of 24.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A84D0F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 15 -
CMYK 0 0.54 0.91 0.34
HSL 24.31º 0.84% 0.36% -
HSV(B) 24.31º 0.91% 0.66% -
XYZ 18.89 13.67 2.09 -
YUV 97.14 81.65 178.54 -
System Red Green Blue C M Y K H S L
Decimal 168 77 15 0 0.54 0.91 0.34 24.31 0.84 0.36
Hex A8 4D F 0 36 5B 22 18 54 24
Octal 250 115 17 0 66 133 42 30 124 44
Binary 10101000 1001101 1111 0 110110 1011011 100010 11000 1010100 100100

Color Harmonies of #A84D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D0F

Black with #A84D0F

Text Example


Text Example

White with #A84D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D0F; }

 p { color: rgb(168,77,15); }

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

background-color css

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

 a { background-color: rgb(168,77,15); }

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

border-color css

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

 span { border-color: rgb(168,77,15); }

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