Html Css Color HEX #A84F08 Rust

📋 copy color: '#A84F08'

red 168 ◦ green 79 ◦ blue 8

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

Shades of Rust #A84F08

Tints of Rust #A84F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.14%

R = 65.88%
G = 30.98%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A84F08 (or 0xA84F08) is known color: Rust. HEX triplet: A8, 4F and 08. RGB value is (168,79,8). Sum of RGB (Red+Green+Blue) = 168+79+8=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84F08 is #57B0F7. Grayscale: #616161. Windows color (decimal): -5746936 or 544680. OLE color: 544680.

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

Color convert

RGB 168 79 8 -
CMYK 0 0.53 0.95 0.34
HSL 26.63º 0.91% 0.35% -
HSV(B) 26.63º 0.95% 0.66% -
XYZ 18.99 13.93 1.92 -
YUV 97.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 168 79 8 0 0.53 0.95 0.34 26.63 0.91 0.35
Hex A8 4F 8 0 35 5F 22 1B 5B 23
Octal 250 117 10 0 65 137 42 33 133 43
Binary 10101000 1001111 1000 0 110101 1011111 100010 11011 1011011 100011

Color Harmonies of #A84F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F08

Black with #A84F08

Text Example


Text Example

White with #A84F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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