Html Css Color HEX #A24707 Rust

📋 copy color: '#A24707'

red 162 ◦ green 71 ◦ blue 7

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

Shades of Rust #A24707

Tints of Rust #A24707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 67.5%
G = 29.58%
B = 2.92%

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

#A24707 (or 0xA24707) is known color: Rust. HEX triplet: A2, 47 and 07. RGB value is (162,71,7). Sum of RGB (Red+Green+Blue) = 162+71+7=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A24707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24707 is #5DB8F8. Grayscale: #5B5B5B. Windows color (decimal): -6142201 or 477090. OLE color: 477090.

HSL color Cylindrical-coordinate representation of color #A24707: hue angle of 24.77º degrees, saturation: 0.92, 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 #A24707 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 7 -
CMYK 0 0.56 0.96 0.36
HSL 24.77º 0.92% 0.33% -
HSV(B) 24.77º 0.96% 0.64% -
XYZ 17.19 12.2 1.65 -
YUV 90.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 162 71 7 0 0.56 0.96 0.36 24.77 0.92 0.33
Hex A2 47 7 0 38 60 24 19 5C 21
Octal 242 107 7 0 70 140 44 31 134 41
Binary 10100010 1000111 111 0 111000 1100000 100100 11001 1011100 100001

Color Harmonies of #A24707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24707

Black with #A24707

Text Example


Text Example

White with #A24707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24707; }

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

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

background-color css

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

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

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

border-color css

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

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

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