Html Css Color HEX #A84207 Rust

📋 copy color: '#A84207'

red 168 ◦ green 66 ◦ blue 7

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

Shades of Rust #A84207

Tints of Rust #A84207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 69.71%
G = 27.39%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A84207 (or 0xA84207) is known color: Rust. HEX triplet: A8, 42 and 07. RGB value is (168,66,7). Sum of RGB (Red+Green+Blue) = 168+66+7=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A84207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84207 is #57BDF8. Grayscale: #5A5A5A. Windows color (decimal): -5750265 or 475816. OLE color: 475816.

HSL color Cylindrical-coordinate representation of color #A84207: hue angle of 21.99º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A84207 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 7 -
CMYK 0 0.61 0.96 0.34
HSL 21.99º 0.92% 0.34% -
HSV(B) 21.99º 0.96% 0.66% -
XYZ 18.14 12.24 1.61 -
YUV 89.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 168 66 7 0 0.61 0.96 0.34 21.99 0.92 0.34
Hex A8 42 7 0 3D 60 22 16 5C 22
Octal 250 102 7 0 75 140 42 26 134 42
Binary 10101000 1000010 111 0 111101 1100000 100010 10110 1011100 100010

Color Harmonies of #A84207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84207

Black with #A84207

Text Example


Text Example

White with #A84207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84207; }

 p { color: rgb(168,66,7); }

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

background-color css

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

 a { background-color: rgb(168,66,7); }

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

border-color css

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

 span { border-color: rgb(168,66,7); }

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