Html Css Color HEX #A24710 Rust

📋 copy color: '#A24710'

red 162 ◦ green 71 ◦ blue 16

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

Shades of Rust #A24710

Tints of Rust #A24710

RGB

 RED value IS 162 (63.67% from 255) = 65.06%

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 65.06%
G = 28.51%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A24710 (or 0xA24710) is known color: Rust. HEX triplet: A2, 47 and 10. RGB value is (162,71,16). Sum of RGB (Red+Green+Blue) = 162+71+16=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24710 is #5DB8EF. Grayscale: #5C5C5C. Windows color (decimal): -6142192 or 1066914. OLE color: 1066914.

HSL color Cylindrical-coordinate representation of color #A24710: hue angle of 22.6º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24710 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 16 -
CMYK 0 0.56 0.90 0.36
HSL 22.6º 0.82% 0.35% -
HSV(B) 22.6º 0.9% 0.64% -
XYZ 17.25 12.23 1.94 -
YUV 91.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 162 71 16 0 0.56 0.90 0.36 22.6 0.82 0.35
Hex A2 47 10 0 38 5A 24 17 52 23
Octal 242 107 20 0 70 132 44 27 122 43
Binary 10100010 1000111 10000 0 111000 1011010 100100 10111 1010010 100011

Color Harmonies of #A24710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24710

Black with #A24710

Text Example


Text Example

White with #A24710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24710; }

 p { color: rgb(162,71,16); }

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

background-color css

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

 a { background-color: rgb(162,71,16); }

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

border-color css

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

 span { border-color: rgb(162,71,16); }

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