Html Css Color HEX #A24706 Rust

📋 copy color: '#A24706'

red 162 ◦ green 71 ◦ blue 6

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

Shades of Rust #A24706

Tints of Rust #A24706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 67.78%
G = 29.71%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A24706 (or 0xA24706) is known color: Rust. HEX triplet: A2, 47 and 06. RGB value is (162,71,6). Sum of RGB (Red+Green+Blue) = 162+71+6=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A24706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24706 is #5DB8F9. Grayscale: #5B5B5B. Windows color (decimal): -6142202 or 411554. OLE color: 411554.

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

Color convert

RGB 162 71 6 -
CMYK 0 0.56 0.96 0.36
HSL 25º 0.93% 0.33% -
HSV(B) 25º 0.96% 0.64% -
XYZ 17.19 12.2 1.62 -
YUV 90.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 162 71 6 0 0.56 0.96 0.36 25 0.93 0.33
Hex A2 47 6 0 38 60 24 19 5D 21
Octal 242 107 6 0 70 140 44 31 135 41
Binary 10100010 1000111 110 0 111000 1100000 100100 11001 1011101 100001

Color Harmonies of #A24706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24706

Black with #A24706

Text Example


Text Example

White with #A24706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24706; }

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

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

background-color css

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

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

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

border-color css

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

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

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