Html Css Color HEX #A84702 Rust

📋 copy color: '#A84702'

red 168 ◦ green 71 ◦ blue 2

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

Shades of Rust #A84702

Tints of Rust #A84702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 69.71%
G = 29.46%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84702 (or 0xA84702) is known color: Rust. HEX triplet: A8, 47 and 02. RGB value is (168,71,2). Sum of RGB (Red+Green+Blue) = 168+71+2=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A84702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84702 is #57B8FD. Grayscale: #5C5C5C. Windows color (decimal): -5748990 or 149416. OLE color: 149416.

HSL color Cylindrical-coordinate representation of color #A84702: hue angle of 24.94º 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 #A84702 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 2 -
CMYK 0 0.58 0.99 0.34
HSL 24.94º 0.98% 0.33% -
HSV(B) 24.94º 0.99% 0.66% -
XYZ 18.41 12.84 1.56 -
YUV 92.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 168 71 2 0 0.58 0.99 0.34 24.94 0.98 0.33
Hex A8 47 2 0 3A 63 22 19 62 21
Octal 250 107 2 0 72 143 42 31 142 41
Binary 10101000 1000111 10 0 111010 1100011 100010 11001 1100010 100001

Color Harmonies of #A84702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84702

Black with #A84702

Text Example


Text Example

White with #A84702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84702; }

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

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

background-color css

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

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

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

border-color css

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

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

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