Html Css Color HEX #A84908 Rust

📋 copy color: '#A84908'

red 168 ◦ green 73 ◦ blue 8

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

Shades of Rust #A84908

Tints of Rust #A84908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

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

R = 67.47%
G = 29.32%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A84908 (or 0xA84908) is known color: Rust. HEX triplet: A8, 49 and 08. RGB value is (168,73,8). Sum of RGB (Red+Green+Blue) = 168+73+8=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A84908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84908 is #57B6F7. Grayscale: #5E5E5E. Windows color (decimal): -5748472 or 543144. OLE color: 543144.

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

Color convert

RGB 168 73 8 -
CMYK 0 0.57 0.95 0.34
HSL 24.38º 0.91% 0.35% -
HSV(B) 24.38º 0.95% 0.66% -
XYZ 18.57 13.11 1.78 -
YUV 94 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 168 73 8 0 0.57 0.95 0.34 24.38 0.91 0.35
Hex A8 49 8 0 39 5F 22 18 5B 23
Octal 250 111 10 0 71 137 42 30 133 43
Binary 10101000 1001001 1000 0 111001 1011111 100010 11000 1011011 100011

Color Harmonies of #A84908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84908

Black with #A84908

Text Example


Text Example

White with #A84908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84908; }

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

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

background-color css

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

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

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

border-color css

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

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

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