Html Css Color HEX #A24805 Rust

📋 copy color: '#A24805'

red 162 ◦ green 72 ◦ blue 5

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

Shades of Rust #A24805

Tints of Rust #A24805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 67.78%
G = 30.13%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A24805 (or 0xA24805) is known color: Rust. HEX triplet: A2, 48 and 05. RGB value is (162,72,5). Sum of RGB (Red+Green+Blue) = 162+72+5=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A24805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24805 is #5DB7FA. Grayscale: #5B5B5B. Windows color (decimal): -6141947 or 346274. OLE color: 346274.

HSL color Cylindrical-coordinate representation of color #A24805: hue angle of 25.61º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A24805 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 5 -
CMYK 0 0.56 0.97 0.36
HSL 25.61º 0.94% 0.33% -
HSV(B) 25.61º 0.97% 0.64% -
XYZ 17.25 12.33 1.61 -
YUV 91.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 162 72 5 0 0.56 0.97 0.36 25.61 0.94 0.33
Hex A2 48 5 0 38 61 24 1A 5E 21
Octal 242 110 5 0 70 141 44 32 136 41
Binary 10100010 1001000 101 0 111000 1100001 100100 11010 1011110 100001

Color Harmonies of #A24805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24805

Black with #A24805

Text Example


Text Example

White with #A24805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24805; }

 p { color: rgb(162,72,5); }

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

background-color css

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

 a { background-color: rgb(162,72,5); }

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

border-color css

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

 span { border-color: rgb(162,72,5); }

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