Html Css Color HEX #A24606 Rust

📋 copy color: '#A24606'

red 162 ◦ green 70 ◦ blue 6

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

Shades of Rust #A24606

Tints of Rust #A24606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 68.07%
G = 29.41%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A24606 (or 0xA24606) is known color: Rust. HEX triplet: A2, 46 and 06. RGB value is (162,70,6). Sum of RGB (Red+Green+Blue) = 162+70+6=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A24606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24606 is #5DB9F9. Grayscale: #5A5A5A. Windows color (decimal): -6142458 or 411298. OLE color: 411298.

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

Color convert

RGB 162 70 6 -
CMYK 0 0.57 0.96 0.36
HSL 24.62º 0.93% 0.33% -
HSV(B) 24.62º 0.96% 0.64% -
XYZ 17.12 12.07 1.6 -
YUV 90.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 162 70 6 0 0.57 0.96 0.36 24.62 0.93 0.33
Hex A2 46 6 0 39 60 24 19 5D 21
Octal 242 106 6 0 71 140 44 31 135 41
Binary 10100010 1000110 110 0 111001 1100000 100100 11001 1011101 100001

Color Harmonies of #A24606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24606

Black with #A24606

Text Example


Text Example

White with #A24606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24606; }

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

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

background-color css

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

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

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

border-color css

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

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

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