Html Css Color HEX #A84108 Rust

📋 copy color: '#A84108'

red 168 ◦ green 65 ◦ blue 8

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

Shades of Rust #A84108

Tints of Rust #A84108

RGB

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

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

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

R = 69.71%
G = 26.97%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A84108 (or 0xA84108) is known color: Rust. HEX triplet: A8, 41 and 08. RGB value is (168,65,8). Sum of RGB (Red+Green+Blue) = 168+65+8=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A84108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84108 is #57BEF7. Grayscale: #595959. Windows color (decimal): -5750520 or 541096. OLE color: 541096.

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

Color convert

RGB 168 65 8 -
CMYK 0 0.61 0.95 0.34
HSL 21.38º 0.91% 0.35% -
HSV(B) 21.38º 0.95% 0.66% -
XYZ 18.08 12.12 1.62 -
YUV 89.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 168 65 8 0 0.61 0.95 0.34 21.38 0.91 0.35
Hex A8 41 8 0 3D 5F 22 15 5B 23
Octal 250 101 10 0 75 137 42 25 133 43
Binary 10101000 1000001 1000 0 111101 1011111 100010 10101 1011011 100011

Color Harmonies of #A84108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84108

Black with #A84108

Text Example


Text Example

White with #A84108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84108; }

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

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

background-color css

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

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

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

border-color css

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

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

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