Html Css Color HEX #A84A02 Rust

📋 copy color: '#A84A02'

red 168 ◦ green 74 ◦ blue 2

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

Shades of Rust #A84A02

Tints of Rust #A84A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

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

R = 68.85%
G = 30.33%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84A02 (or 0xA84A02) is known color: Rust. HEX triplet: A8, 4A and 02. RGB value is (168,74,2). Sum of RGB (Red+Green+Blue) = 168+74+2=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A02 is #57B5FD. Grayscale: #5E5E5E. Windows color (decimal): -5748222 or 150184. OLE color: 150184.

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

Color convert

RGB 168 74 2 -
CMYK 0 0.56 0.99 0.34
HSL 26.02º 0.98% 0.33% -
HSV(B) 26.02º 0.99% 0.66% -
XYZ 18.61 13.23 1.63 -
YUV 93.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 168 74 2 0 0.56 0.99 0.34 26.02 0.98 0.33
Hex A8 4A 2 0 38 63 22 1A 62 21
Octal 250 112 2 0 70 143 42 32 142 41
Binary 10101000 1001010 10 0 111000 1100011 100010 11010 1100010 100001

Color Harmonies of #A84A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A02

Black with #A84A02

Text Example


Text Example

White with #A84A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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