Html Css Color HEX #A84402 Rust

📋 copy color: '#A84402'

red 168 ◦ green 68 ◦ blue 2

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

Shades of Rust #A84402

Tints of Rust #A84402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 70.59%
G = 28.57%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84402 (or 0xA84402) is known color: Rust. HEX triplet: A8, 44 and 02. RGB value is (168,68,2). Sum of RGB (Red+Green+Blue) = 168+68+2=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A84402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84402 is #57BBFD. Grayscale: #5A5A5A. Windows color (decimal): -5749758 or 148648. OLE color: 148648.

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

Color convert

RGB 168 68 2 -
CMYK 0 0.60 0.99 0.34
HSL 23.86º 0.98% 0.33% -
HSV(B) 23.86º 0.99% 0.66% -
XYZ 18.23 12.46 1.5 -
YUV 90.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 168 68 2 0 0.60 0.99 0.34 23.86 0.98 0.33
Hex A8 44 2 0 3C 63 22 18 62 21
Octal 250 104 2 0 74 143 42 30 142 41
Binary 10101000 1000100 10 0 111100 1100011 100010 11000 1100010 100001

Color Harmonies of #A84402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84402

Black with #A84402

Text Example


Text Example

White with #A84402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84402; }

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

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

background-color css

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

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

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

border-color css

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

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

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