#A84B02

Color #A84B02 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A84B02

Tints of Rust #A84B02

Color information

#A84B02 (or 0xA84B02) is unknown color: approx Rust. HEX triplet: A8, 4B and 02. RGB value is (168,75,2). Sum of RGB (Red+Green+Blue) = 168+75+2=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B02 is #57B4FD. Grayscale: #5E5E5E. Windows color (decimal): -5747966 or 150440. OLE color: 150440.

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

Color convert

RGB168752-
CMYK00.550.990.34
HSL26.39º97.65%33.33%-
HSV(B)26.39º98.81%65.88%-
XYZ18.6813.361.65-
YUV94.4875.81180.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.57%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=68.57%
G=30.61%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16875200.550.990.3426.3997.6533.33
HexA84B203763221a6221
Octal2501132067143423214241
Binary1010100010010111001101111100011100010110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B02; }

 p { color: rgb(168,75,2); }

 H1.HeaderClassName
 {
   color: #A84B02;
 }
 .AnyTagClassName
 {
   color: #A84B02;
 }
</style>
background-color css

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

 a { background-color: rgb(168,75,2); }

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

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

 span { border-color: rgb(168,75,2); }

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