Html Css Color HEX #A8500A Rust

📋 copy color: '#A8500A'

red 168 ◦ green 80 ◦ blue 10

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

Shades of Rust #A8500A

Tints of Rust #A8500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 65.12%
G = 31.01%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A8500A (or 0xA8500A) is known color: Rust. HEX triplet: A8, 50 and 0A. RGB value is (168,80,10). Sum of RGB (Red+Green+Blue) = 168+80+10=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A8500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8500A is #57AFF5. Grayscale: #626262. Windows color (decimal): -5746678 or 676008. OLE color: 676008.

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

Color convert

RGB 168 80 10 -
CMYK 0 0.52 0.94 0.34
HSL 26.58º 0.89% 0.35% -
HSV(B) 26.58º 0.94% 0.66% -
XYZ 19.07 14.08 2 -
YUV 98.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 168 80 10 0 0.52 0.94 0.34 26.58 0.89 0.35
Hex A8 50 A 0 34 5E 22 1B 59 23
Octal 250 120 12 0 64 136 42 33 131 43
Binary 10101000 1010000 1010 0 110100 1011110 100010 11011 1011001 100011

Color Harmonies of #A8500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8500A

Black with #A8500A

Text Example


Text Example

White with #A8500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8500A; }

 p { color: rgb(168,80,10); }

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

background-color css

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

 a { background-color: rgb(168,80,10); }

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

border-color css

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

 span { border-color: rgb(168,80,10); }

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