Html Css Color HEX #A84500 Rust

📋 copy color: '#A84500'

red 168 ◦ green 69 ◦ blue 0

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

Shades of Rust #A84500

Tints of Rust #A84500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.89%
G = 29.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A84500 (or 0xA84500) is known color: Rust. HEX triplet: A8, 45 and 00. RGB value is (168,69,0). Sum of RGB (Red+Green+Blue) = 168+69+0=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A84500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84500 is #57BAFF. Grayscale: #5B5B5B. Windows color (decimal): -5749504 or 17832. OLE color: 17832.

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

Color convert

RGB 168 69 0 -
CMYK 0 0.59 1 0.34
HSL 24.64º 1% 0.33% -
HSV(B) 24.64º 1% 0.66% -
XYZ 18.28 12.58 1.47 -
YUV 90.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 168 69 0 0 0.59 1 0.34 24.64 1 0.33
Hex A8 45 0 0 3B 64 22 19 64 21
Octal 250 105 0 0 73 144 42 31 144 41
Binary 10101000 1000101 0 0 111011 1100100 100010 11001 1100100 100001

Color Harmonies of #A84500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84500

Black with #A84500

Text Example


Text Example

White with #A84500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84500; }

 p { color: rgb(168,69,0); }

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

background-color css

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

 a { background-color: rgb(168,69,0); }

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

border-color css

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

 span { border-color: rgb(168,69,0); }

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