Html Css Color HEX #A84F0C Rust

📋 copy color: '#A84F0C'

red 168 ◦ green 79 ◦ blue 12

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

Shades of Rust #A84F0C

Tints of Rust #A84F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 64.86%
G = 30.5%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A84F0C (or 0xA84F0C) is known color: Rust. HEX triplet: A8, 4F and 0C. RGB value is (168,79,12). Sum of RGB (Red+Green+Blue) = 168+79+12=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84F0C is #57B0F3. Grayscale: #626262. Windows color (decimal): -5746932 or 806824. OLE color: 806824.

HSL color Cylindrical-coordinate representation of color #A84F0C: hue angle of 25.77º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A84F0C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 12 -
CMYK 0 0.53 0.93 0.34
HSL 25.77º 0.87% 0.35% -
HSV(B) 25.77º 0.93% 0.66% -
XYZ 19.01 13.94 2.04 -
YUV 97.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 168 79 12 0 0.53 0.93 0.34 25.77 0.87 0.35
Hex A8 4F C 0 35 5D 22 1A 57 23
Octal 250 117 14 0 65 135 42 32 127 43
Binary 10101000 1001111 1100 0 110101 1011101 100010 11010 1010111 100011

Color Harmonies of #A84F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F0C

Black with #A84F0C

Text Example


Text Example

White with #A84F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F0C; }

 p { color: rgb(168,79,12); }

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

background-color css

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

 a { background-color: rgb(168,79,12); }

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

border-color css

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

 span { border-color: rgb(168,79,12); }

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